#539FD7

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

Shades of Picton Blue #539FD7

Tints of Picton Blue #539FD7

Color information

#539FD7 (or 0x539FD7) is unknown color: approx Picton Blue. HEX triplet: 53, 9F and D7. RGB value is (83,159,215). Sum of RGB (Red+Green+Blue) = 83+159+215=457 (60% of max value = 765). Red value is 83 (32.81% from 255 or 18.16% from 457); Green value is 159 (62.5% from 255 or 34.79% from 457); Blue value is 215 (84.38% from 255 or 47.05% from 457); Max value from RGB is 215 - color contains mainly: blue. Hex color #539FD7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #539FD7 is #AC6028. Grayscale: #8E8E8E. Windows color (decimal): -11296809 or 14131027. OLE color: 14131027.

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

Color convert

RGB83159215-
CMYK0.610.2600.16
HSL205.45º62.26%58.43%-
HSV(B)205.45º61.4%84.31%-
XYZ28.2331.5468.89-
YUV142.66168.8285.45-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 18.16%
GREEN value IS 159 (62.5% from 255) = 34.79%
BLUE value IS 215 (84.38% from 255) = 47.05%
R=18.16%
G=34.79%
B=47.05%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal831592150.610.2600.16205.4562.2658.43
Hex539FD73D1A010cd3e3a
Octal12323732775320203157672
Binary101001110011111110101111111011101001000011001101111110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #539FD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,159,215); }

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

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

 a { background-color: rgb(83,159,215); }

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

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

 span { border-color: rgb(83,159,215); }

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