#539DC5

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

Shades of Picton Blue #539DC5

Tints of Picton Blue #539DC5

Color information

#539DC5 (or 0x539DC5) is unknown color: approx Picton Blue. HEX triplet: 53, 9D and C5. RGB value is (83,157,197). Sum of RGB (Red+Green+Blue) = 83+157+197=437 (57% of max value = 765). Red value is 83 (32.81% from 255 or 18.99% from 437); Green value is 157 (61.72% from 255 or 35.93% from 437); Blue value is 197 (77.34% from 255 or 45.08% from 437); Max value from RGB is 197 - color contains mainly: blue. Hex color #539DC5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #539DC5 is #AC623A. Grayscale: #8B8B8B. Windows color (decimal): -11297339 or 12950867. OLE color: 12950867.

HSL color Cylindrical-coordinate representation of color #539DC5: hue angle of 201.05º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #539DC5 is Cyan = 0.58, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB83157197-
CMYK0.580.2000.23
HSL201.05º49.57%54.9%-
HSV(B)201.05º57.87%77.25%-
XYZ25.729.9857.26-
YUV139.43160.4887.75-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 18.99%
GREEN value IS 157 (61.72% from 255) = 35.93%
BLUE value IS 197 (77.34% from 255) = 45.08%
R=18.99%
G=35.93%
B=45.08%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal831571970.580.2000.23201.0549.5754.9
Hex539DC53A14017c93237
Octal12323530572240273116267
Binary101001110011101110001011110101010001011111001001110010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #539DC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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