Html Css Color HEX #539CA2 Cadet Blue

📋 copy color: '#539CA2'

red 83 ◦ green 156 ◦ blue 162

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

Shades of Cadet Blue #539CA2

Tints of Cadet Blue #539CA2

RGB

 RED value IS 83 (32.81% from 255) = 20.7%

 GREEN value IS 156 (61.33% from 255) = 38.9%

 BLUE value IS 162 (63.67% from 255) = 40.4%

R = 20.7%
G = 38.9%
B = 40.4%

CMYK

 C value IS 0.49

 M value IS 0.04

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#539CA2 (or 0x539CA2) is known color: Cadet Blue. HEX triplet: 53, 9C and A2. RGB value is (83,156,162). Sum of RGB (Red+Green+Blue) = 83+156+162=401 (53% of max value = 765). Red value is 83 (32.81% from 255 or 20.70% from 401); Green value is 156 (61.33% from 255 or 38.90% from 401); Blue value is 162 (63.67% from 255 or 40.40% from 401); Max value from RGB is 162 - color contains mainly: blue. Hex color #539CA2 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #539CA2 is #AC635D. Grayscale: #868686. Windows color (decimal): -11297630 or 10656851. OLE color: 10656851.

HSL color Cylindrical-coordinate representation of color #539CA2: hue angle of 184.56º degrees, saturation: 0.32, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #539CA2 is Cyan = 0.49, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 83 156 162 -
CMYK 0.49 0.04 0 0.36
HSL 184.56º 0.32% 0.48% -
HSV(B) 184.56º 0.49% 0.64% -
XYZ 21.98 28.22 38.47 -
YUV 134.86 143.32 91.01 -
System Red Green Blue C M Y K H S L
Decimal 83 156 162 0.49 0.04 0 0.36 184.56 0.32 0.48
Hex 53 9C A2 31 4 0 24 B9 20 30
Octal 123 234 242 61 4 0 44 271 40 60
Binary 1010011 10011100 10100010 110001 100 0 100100 10111001 100000 110000

Color Harmonies of #539CA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #539CA2

Black with #539CA2

Text Example


Text Example

White with #539CA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #539CA2;
 }
 .AnyTagClassName
 {
   color: #539CA2;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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