#529EAB

Color #529EAB Cadet Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cadet Blue #529EAB

Tints of Cadet Blue #529EAB

Color information

#529EAB (or 0x529EAB) is unknown color: approx Cadet Blue. HEX triplet: 52, 9E and AB. RGB value is (82,158,171). Sum of RGB (Red+Green+Blue) = 82+158+171=411 (54% of max value = 765). Red value is 82 (32.42% from 255 or 19.95% from 411); Green value is 158 (62.11% from 255 or 38.44% from 411); Blue value is 171 (67.19% from 255 or 41.61% from 411); Max value from RGB is 171 - color contains mainly: blue. Hex color #529EAB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #529EAB is #AD6154. Grayscale: #888888. Windows color (decimal): -11362645 or 11247186. OLE color: 11247186.

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

Color convert

RGB82158171-
CMYK0.520.0800.33
HSL188.76º35.18%49.61%-
HSV(B)188.76º52.05%67.06%-
XYZ23.0629.1942.95-
YUV136.76147.3288.94-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 19.95%
GREEN value IS 158 (62.11% from 255) = 38.44%
BLUE value IS 171 (67.19% from 255) = 41.61%
R=19.95%
G=38.44%
B=41.61%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal821581710.520.0800.33188.7635.1849.61
Hex529EAB348021bd2332
Octal12223625364100412754362
Binary101001010011110101010111101001000010000110111101100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #529EAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #529EAB;
 }
 .AnyTagClassName
 {
   color: #529EAB;
 }
</style>
background-color css

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

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

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

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

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

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