#529AA4

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

Shades of Cadet Blue #529AA4

Tints of Cadet Blue #529AA4

Color information

#529AA4 (or 0x529AA4) is unknown color: approx Cadet Blue. HEX triplet: 52, 9A and A4. RGB value is (82,154,164). Sum of RGB (Red+Green+Blue) = 82+154+164=400 (52% of max value = 765). Red value is 82 (32.42% from 255 or 20.5% from 400); Green value is 154 (60.55% from 255 or 38.5% from 400); Blue value is 164 (64.45% from 255 or 41% from 400); Max value from RGB is 164 - color contains mainly: blue. Hex color #529AA4 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #529AA4 is #AD655B. Grayscale: #858585. Windows color (decimal): -11363676 or 10787410. OLE color: 10787410.

HSL color Cylindrical-coordinate representation of color #529AA4: hue angle of 187.32º degrees, saturation: 0.33, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #529AA4 is Cyan = 0.5, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB82154164-
CMYK0.50.0600.36
HSL187.32º33.33%48.24%-
HSV(B)187.32º50%64.31%-
XYZ21.7427.5939.3-
YUV133.61145.1591.19-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 20.5%
GREEN value IS 154 (60.55% from 255) = 38.5%
BLUE value IS 164 (64.45% from 255) = 41%
R=20.5%
G=38.5%
B=41%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal821541640.50.0600.36187.3233.3348.24
Hex529AA4326024bb2130
Octal1222322446260442734160
Binary10100101001101010100100110010110010010010111011100001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #529AA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,154,164); }

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

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

 a { background-color: rgb(82,154,164); }

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

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

 span { border-color: rgb(82,154,164); }

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