#539DD3

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

Shades of Picton Blue #539DD3

Tints of Picton Blue #539DD3

Color information

#539DD3 (or 0x539DD3) is unknown color: approx Picton Blue. HEX triplet: 53, 9D and D3. RGB value is (83,157,211). Sum of RGB (Red+Green+Blue) = 83+157+211=451 (59% of max value = 765). Red value is 83 (32.81% from 255 or 18.40% from 451); Green value is 157 (61.72% from 255 or 34.81% from 451); Blue value is 211 (82.81% from 255 or 46.78% from 451); Max value from RGB is 211 - color contains mainly: blue. Hex color #539DD3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #539DD3 is #AC622C. Grayscale: #8C8C8C. Windows color (decimal): -11297325 or 13868371. OLE color: 13868371.

HSL color Cylindrical-coordinate representation of color #539DD3: hue angle of 205.31º degrees, saturation: 0.59, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #539DD3 is Cyan = 0.61, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB83157211-
CMYK0.610.2600.17
HSL205.31º59.26%57.65%-
HSV(B)205.31º60.66%82.75%-
XYZ27.3830.6666.1-
YUV141.03167.4886.61-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 18.40%
GREEN value IS 157 (61.72% from 255) = 34.81%
BLUE value IS 211 (82.81% from 255) = 46.78%
R=18.40%
G=34.81%
B=46.78%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal831572110.610.2600.17205.3159.2657.65
Hex539DD33D1A011cd3b3a
Octal12323532375320213157372
Binary101001110011101110100111111011101001000111001101111011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #539DD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,157,211); }

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

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

 a { background-color: rgb(83,157,211); }

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

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

 span { border-color: rgb(83,157,211); }

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