Html Css Color HEX #529DAB Cadet Blue

📋 copy color: '#529DAB'

red 82 ◦ green 157 ◦ blue 171

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

Shades of Cadet Blue #529DAB

Tints of Cadet Blue #529DAB

RGB

 RED value IS 82 (32.42% from 255) = 20%

 GREEN value IS 157 (61.72% from 255) = 38.29%

 BLUE value IS 171 (67.19% from 255) = 41.71%

R = 20%
G = 38.29%
B = 41.71%

CMYK

 C value IS 0.52

 M value IS 0.08

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#529DAB (or 0x529DAB) is known color: Cadet Blue. HEX triplet: 52, 9D and AB. RGB value is (82,157,171). Sum of RGB (Red+Green+Blue) = 82+157+171=410 (54% of max value = 765). Red value is 82 (32.42% from 255 or 20% from 410); Green value is 157 (61.72% from 255 or 38.29% from 410); Blue value is 171 (67.19% from 255 or 41.71% from 410); Max value from RGB is 171 - color contains mainly: blue. Hex color #529DAB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #529DAB is #AD6254. Grayscale: #888888. Windows color (decimal): -11362901 or 11246930. OLE color: 11246930.

HSL color Cylindrical-coordinate representation of color #529DAB: hue angle of 189.44º 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 #529DAB is Cyan = 0.52, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 82 157 171 -
CMYK 0.52 0.08 0 0.33
HSL 189.44º 0.35% 0.5% -
HSV(B) 189.44º 0.52% 0.67% -
XYZ 22.89 28.85 42.89 -
YUV 136.17 147.65 89.36 -
System Red Green Blue C M Y K H S L
Decimal 82 157 171 0.52 0.08 0 0.33 189.44 0.35 0.5
Hex 52 9D AB 34 8 0 21 BD 23 32
Octal 122 235 253 64 10 0 41 275 43 62
Binary 1010010 10011101 10101011 110100 1000 0 100001 10111101 100011 110010

Color Harmonies of #529DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #529DAB

Black with #529DAB

Text Example


Text Example

White with #529DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #529DAB; }

 p { color: rgb(82,157,171); }

 H1.HeaderClassName
 {
   color: #529DAB;
 }
 .AnyTagClassName
 {
   color: #529DAB;
 }
</style>

background-color css

<style>
 a { background-color: #529DAB; }

 a { background-color: rgb(82,157,171); }

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

border-color css

<style>
 span { border-color: #529DAB; }

 span { border-color: rgb(82,157,171); }

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