#529CAC

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

Shades of Cadet Blue #529CAC

Tints of Cadet Blue #529CAC

Color information

#529CAC (or 0x529CAC) is unknown color: approx Cadet Blue. HEX triplet: 52, 9C and AC. RGB value is (82,156,172). Sum of RGB (Red+Green+Blue) = 82+156+172=410 (54% of max value = 765). Red value is 82 (32.42% from 255 or 20% from 410); Green value is 156 (61.33% from 255 or 38.05% from 410); Blue value is 172 (67.58% from 255 or 41.95% from 410); Max value from RGB is 172 - color contains mainly: blue. Hex color #529CAC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #529CAC is #AD6353. Grayscale: #878787. Windows color (decimal): -11363156 or 11312210. OLE color: 11312210.

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

Color convert

RGB82156172-
CMYK0.520.0900.33
HSL190.67º35.43%49.8%-
HSV(B)190.67º52.33%67.45%-
XYZ22.8128.5543.34-
YUV135.7148.4889.7-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 20%
GREEN value IS 156 (61.33% from 255) = 38.05%
BLUE value IS 172 (67.58% from 255) = 41.95%
R=20%
G=38.05%
B=41.95%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal821561720.520.0900.33190.6735.4349.8
Hex529CAC349021bf2332
Octal12223425464110412774362
Binary101001010011100101011001101001001010000110111111100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #529CAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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