Html Css Color HEX #539CCC Picton Blue

📋 copy color: '#539CCC'

red 83 ◦ green 156 ◦ blue 204

#539CCC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Picton Blue #539CCC

Tints of Picton Blue #539CCC

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 value IS 0.59

 M value IS 0.24

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#539CCC (or 0x539CCC) is known color: 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

RGB 83 156 204 -
CMYK 0.59 0.24 0 0.2
HSL 203.8º 0.54% 0.56% -
HSV(B) 203.8º 0.59% 0.8% -
XYZ 26.35 29.98 61.52 -
YUV 139.65 164.32 87.6 -
System Red Green Blue C M Y K H S L
Decimal 83 156 204 0.59 0.24 0 0.2 203.8 0.54 0.56
Hex 53 9C CC 3B 18 0 14 CC 36 38
Octal 123 234 314 73 30 0 24 314 66 70
Binary 1010011 10011100 11001100 111011 11000 0 10100 11001100 110110 111000

Color Harmonies of #539CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #539CCC

Black with #539CCC

Text Example


Text Example

White with #539CCC

Text Example


Text Example

HTML Codes & Css Web 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>