#539CCC

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

Shades of Picton Blue #539CCC

Tints of Picton Blue #539CCC

Color information

#539CCC (or 0x539CCC) is unknown color: approx Picton Blue. HEX triplet: 53, 9C and CC. RGB value is (83,156,204). Sum of RGB (Red+Green+Blue) = 83+156+204=443 (58% of max value = 765). Red value is 83 (32.81% from 255 or 18.74% from 443); Green value is 156 (61.33% from 255 or 35.21% from 443); Blue value is 204 (80.08% from 255 or 46.05% from 443); Max value from RGB is 204 - color contains mainly: blue. Hex color #539CCC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #539CCC is #AC6333. Grayscale: #8B8B8B. Windows color (decimal): -11297588 or 13409363. OLE color: 13409363.

HSL color Cylindrical-coordinate representation of color #539CCC: hue angle of 203.8º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #539CCC is Cyan = 0.59, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB83156204-
CMYK0.590.2400.2
HSL203.8º54.26%56.27%-
HSV(B)203.8º59.31%80%-
XYZ26.3529.9861.52-
YUV139.64164.3287.6-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 18.74%
GREEN value IS 156 (61.33% from 255) = 35.21%
BLUE value IS 204 (80.08% from 255) = 46.05%
R=18.74%
G=35.21%
B=46.05%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal831562040.590.2400.2203.854.2656.27
Hex539CCC3B18014cc3638
Octal12323431473300243146670
Binary101001110011100110011001110111100001010011001100110110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #539CCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,156,204); }

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

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

 a { background-color: rgb(83,156,204); }

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

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

 span { border-color: rgb(83,156,204); }

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