Html Css Color HEX #529CAB Cadet Blue

📋 copy color: '#529CAB'

red 82 ◦ green 156 ◦ blue 171

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

Shades of Cadet Blue #529CAB

Tints of Cadet Blue #529CAB

RGB

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

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

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

R = 20.05%
G = 38.14%
B = 41.81%

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

#529CAB (or 0x529CAB) is known color: Cadet Blue. HEX triplet: 52, 9C and AB. RGB value is (82,156,171). Sum of RGB (Red+Green+Blue) = 82+156+171=409 (54% of max value = 765). Red value is 82 (32.42% from 255 or 20.05% from 409); Green value is 156 (61.33% from 255 or 38.14% from 409); Blue value is 171 (67.19% from 255 or 41.81% from 409); Max value from RGB is 171 - color contains mainly: blue. Hex color #529CAB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #529CAB is #AD6354. Grayscale: #878787. Windows color (decimal): -11363157 or 11246674. OLE color: 11246674.

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

Color convert

RGB 82 156 171 -
CMYK 0.52 0.09 0 0.33
HSL 190.11º 0.35% 0.5% -
HSV(B) 190.11º 0.52% 0.67% -
XYZ 22.72 28.51 42.83 -
YUV 135.58 147.98 89.78 -
System Red Green Blue C M Y K H S L
Decimal 82 156 171 0.52 0.09 0 0.33 190.11 0.35 0.5
Hex 52 9C AB 34 9 0 21 BE 23 32
Octal 122 234 253 64 11 0 41 276 43 62
Binary 1010010 10011100 10101011 110100 1001 0 100001 10111110 100011 110010

Color Harmonies of #529CAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #529CAB

Black with #529CAB

Text Example


Text Example

White with #529CAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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