#539DD1

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

Shades of Picton Blue #539DD1

Tints of Picton Blue #539DD1

Color information

#539DD1 (or 0x539DD1) is unknown color: approx Picton Blue. HEX triplet: 53, 9D and D1. RGB value is (83,157,209). Sum of RGB (Red+Green+Blue) = 83+157+209=449 (59% of max value = 765). Red value is 83 (32.81% from 255 or 18.49% from 449); Green value is 157 (61.72% from 255 or 34.97% from 449); Blue value is 209 (82.03% from 255 or 46.55% from 449); Max value from RGB is 209 - color contains mainly: blue. Hex color #539DD1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #539DD1 is #AC622E. Grayscale: #8C8C8C. Windows color (decimal): -11297327 or 13737299. OLE color: 13737299.

HSL color Cylindrical-coordinate representation of color #539DD1: hue angle of 204.76º degrees, saturation: 0.58, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #539DD1 is Cyan = 0.60, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB83157209-
CMYK0.600.2500.18
HSL204.76º57.8%57.25%-
HSV(B)204.76º60.29%81.96%-
XYZ27.1330.5664.79-
YUV140.8166.4886.77-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 18.49%
GREEN value IS 157 (61.72% from 255) = 34.97%
BLUE value IS 209 (82.03% from 255) = 46.55%
R=18.49%
G=34.97%
B=46.55%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal831572090.600.2500.18204.7657.857.25
Hex539DD13C19012cd3a39
Octal12323532174310223157271
Binary101001110011101110100011111001100101001011001101111010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #539DD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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