Html Css Color HEX #529DAC Cadet Blue

📋 copy color: '#529DAC'

red 82 ◦ green 157 ◦ blue 172

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

Shades of Cadet Blue #529DAC

Tints of Cadet Blue #529DAC

RGB

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

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

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

R = 19.95%
G = 38.2%
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

#529DAC (or 0x529DAC) is known color: Cadet Blue. HEX triplet: 52, 9D and AC. RGB value is (82,157,172). Sum of RGB (Red+Green+Blue) = 82+157+172=411 (54% of max value = 765). Red value is 82 (32.42% from 255 or 19.95% from 411); Green value is 157 (61.72% from 255 or 38.20% 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 #529DAC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #529DAC is #AD6253. Grayscale: #888888. Windows color (decimal): -11362900 or 11312466. OLE color: 11312466.

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

Color convert

RGB 82 157 172 -
CMYK 0.52 0.09 0 0.33
HSL 190º 0.35% 0.5% -
HSV(B) 190º 0.52% 0.67% -
XYZ 22.98 28.89 43.39 -
YUV 136.29 148.15 89.28 -
System Red Green Blue C M Y K H S L
Decimal 82 157 172 0.52 0.09 0 0.33 190 0.35 0.5
Hex 52 9D AC 34 9 0 21 BE 23 32
Octal 122 235 254 64 11 0 41 276 43 62
Binary 1010010 10011101 10101100 110100 1001 0 100001 10111110 100011 110010

Color Harmonies of #529DAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #529DAC

Black with #529DAC

Text Example


Text Example

White with #529DAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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