Html Css Color HEX #539CAC Cadet Blue

📋 copy color: '#539CAC'

red 83 ◦ green 156 ◦ blue 172

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

Shades of Cadet Blue #539CAC

Tints of Cadet Blue #539CAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 41.85%

R = 20.19%
G = 37.96%
B = 41.85%

CMYK

 C value IS 0.52

 M value IS 0.09

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#539CAC (or 0x539CAC) is known color: Cadet Blue. HEX triplet: 53, 9C and AC. RGB value is (83,156,172). Sum of RGB (Red+Green+Blue) = 83+156+172=411 (54% of max value = 765). Red value is 83 (32.81% from 255 or 20.19% from 411); Green value is 156 (61.33% from 255 or 37.96% from 411); Blue value is 172 (67.58% from 255 or 41.85% from 411); Max value from RGB is 172 - color contains mainly: blue. Hex color #539CAC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #539CAC is #AC6353. Grayscale: #878787. Windows color (decimal): -11297620 or 11312211. OLE color: 11312211.

HSL color Cylindrical-coordinate representation of color #539CAC: hue angle of 190.79º degrees, saturation: 0.35, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #539CAC is Cyan = 0.52, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 83 156 172 -
CMYK 0.52 0.09 0 0.33
HSL 190.79º 0.35% 0.5% -
HSV(B) 190.79º 0.52% 0.67% -
XYZ 22.9 28.59 43.34 -
YUV 136 148.32 90.2 -
System Red Green Blue C M Y K H S L
Decimal 83 156 172 0.52 0.09 0 0.33 190.79 0.35 0.5
Hex 53 9C AC 34 9 0 21 BF 23 32
Octal 123 234 254 64 11 0 41 277 43 62
Binary 1010011 10011100 10101100 110100 1001 0 100001 10111111 100011 110010

Color Harmonies of #539CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #539CAC

Black with #539CAC

Text Example


Text Example

White with #539CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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