#539ECB

Color #539ECB Picton Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Picton Blue #539ECB

Tints of Picton Blue #539ECB

Color information

#539ECB (or 0x539ECB) is unknown color: approx Picton Blue. HEX triplet: 53, 9E and CB. RGB value is (83,158,203). Sum of RGB (Red+Green+Blue) = 83+158+203=444 (58% of max value = 765). Red value is 83 (32.81% from 255 or 18.69% from 444); Green value is 158 (62.11% from 255 or 35.59% from 444); Blue value is 203 (79.69% from 255 or 45.72% from 444); Max value from RGB is 203 - color contains mainly: blue. Hex color #539ECB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #539ECB is #AC6134. Grayscale: #8C8C8C. Windows color (decimal): -11297077 or 13344339. OLE color: 13344339.

HSL color Cylindrical-coordinate representation of color #539ECB: hue angle of 202.5º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #539ECB is Cyan = 0.59, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB83158203-
CMYK0.590.2200.20
HSL202.5º53.57%56.08%-
HSV(B)202.5º59.11%79.61%-
XYZ26.5730.661.01-
YUV140.7163.1586.84-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 83 (32.81% from 255) = 18.69%
GREEN value IS 158 (62.11% from 255) = 35.59%
BLUE value IS 203 (79.69% from 255) = 45.72%
R=18.69%
G=35.59%
B=45.72%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal831582030.590.2200.20202.553.5756.08
Hex539ECB3B16014ca3638
Octal12323631373260243126670
Binary101001110011110110010111110111011001010011001010110110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #539ECB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #539ECB; }

 p { color: rgb(83,158,203); }

 H1.HeaderClassName
 {
   color: #539ECB;
 }
 .AnyTagClassName
 {
   color: #539ECB;
 }
</style>
background-color css

<style>
 a { background-color: #539ECB; }

 a { background-color: rgb(83,158,203); }

 div.DivClassName
 {
   background-color: #539ECB;
 }
 .BgClassName
 {
   background-color: #539ECB;
 }
</style>
border-color css

<style>
 span { border-color: #539ECB; }

 span { border-color: rgb(83,158,203); }

 td.TdClassName
 {
   border-color: #539ECB;
 }
 .TagClassName
 {
   border-color: #539ECB;
 }
</style>