#539EC9

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

Shades of Picton Blue #539EC9

Tints of Picton Blue #539EC9

Color information

#539EC9 (or 0x539EC9) is unknown color: approx Picton Blue. HEX triplet: 53, 9E and C9. RGB value is (83,158,201). Sum of RGB (Red+Green+Blue) = 83+158+201=442 (58% of max value = 765). Red value is 83 (32.81% from 255 or 18.78% from 442); Green value is 158 (62.11% from 255 or 35.75% from 442); Blue value is 201 (78.91% from 255 or 45.48% from 442); Max value from RGB is 201 - color contains mainly: blue. Hex color #539EC9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #539EC9 is #AC6136. Grayscale: #8C8C8C. Windows color (decimal): -11297079 or 13213267. OLE color: 13213267.

HSL color Cylindrical-coordinate representation of color #539EC9: hue angle of 201.86º degrees, saturation: 0.52, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #539EC9 is Cyan = 0.59, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB83158201-
CMYK0.590.2100.21
HSL201.86º52.21%55.69%-
HSV(B)201.86º58.71%78.82%-
XYZ26.3430.5159.76-
YUV140.48162.1587-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 18.78%
GREEN value IS 158 (62.11% from 255) = 35.75%
BLUE value IS 201 (78.91% from 255) = 45.48%
R=18.78%
G=35.75%
B=45.48%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal831582010.590.2100.21201.8652.2155.69
Hex539EC93B15015ca3438
Octal12323631173250253126470
Binary101001110011110110010011110111010101010111001010110100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #539EC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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