Html Css Color HEX #529BAA Cadet Blue

📋 copy color: '#529BAA'

red 82 ◦ green 155 ◦ blue 170

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

Shades of Cadet Blue #529BAA

Tints of Cadet Blue #529BAA

RGB

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

 GREEN value IS 155 (60.94% from 255) = 38.08%

 BLUE value IS 170 (66.8% from 255) = 41.77%

R = 20.15%
G = 38.08%
B = 41.77%

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

#529BAA (or 0x529BAA) is known color: Cadet Blue. HEX triplet: 52, 9B and AA. RGB value is (82,155,170). Sum of RGB (Red+Green+Blue) = 82+155+170=407 (53% of max value = 765). Red value is 82 (32.42% from 255 or 20.15% from 407); Green value is 155 (60.94% from 255 or 38.08% from 407); Blue value is 170 (66.80% from 255 or 41.77% from 407); Max value from RGB is 170 - color contains mainly: blue. Hex color #529BAA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #529BAA is #AD6455. Grayscale: #868686. Windows color (decimal): -11363414 or 11180882. OLE color: 11180882.

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

Color convert

RGB 82 155 170 -
CMYK 0.52 0.09 0 0.33
HSL 190.23º 0.35% 0.49% -
HSV(B) 190.23º 0.52% 0.67% -
XYZ 22.46 28.14 42.28 -
YUV 134.88 147.82 90.28 -
System Red Green Blue C M Y K H S L
Decimal 82 155 170 0.52 0.09 0 0.33 190.23 0.35 0.49
Hex 52 9B AA 34 9 0 21 BE 23 31
Octal 122 233 252 64 11 0 41 276 43 61
Binary 1010010 10011011 10101010 110100 1001 0 100001 10111110 100011 110001

Color Harmonies of #529BAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #529BAA

Black with #529BAA

Text Example


Text Example

White with #529BAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,155,170); }

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

background-color css

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

 a { background-color: rgb(82,155,170); }

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

border-color css

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

 span { border-color: rgb(82,155,170); }

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