#529AAA

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

Shades of Cadet Blue #529AAA

Tints of Cadet Blue #529AAA

Color information

#529AAA (or 0x529AAA) is unknown color: approx Cadet Blue. HEX triplet: 52, 9A and AA. RGB value is (82,154,170). Sum of RGB (Red+Green+Blue) = 82+154+170=406 (53% of max value = 765). Red value is 82 (32.42% from 255 or 20.20% from 406); Green value is 154 (60.55% from 255 or 37.93% from 406); Blue value is 170 (66.80% from 255 or 41.87% from 406); Max value from RGB is 170 - color contains mainly: blue. Hex color #529AAA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #529AAA is #AD6555. Grayscale: #868686. Windows color (decimal): -11363670 or 11180626. OLE color: 11180626.

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

Color convert

RGB82154170-
CMYK0.520.0900.33
HSL190.91º34.92%49.41%-
HSV(B)190.91º51.76%66.67%-
XYZ22.2927.8142.22-
YUV134.3148.1590.7-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 20.20%
GREEN value IS 154 (60.55% from 255) = 37.93%
BLUE value IS 170 (66.80% from 255) = 41.87%
R=20.20%
G=37.93%
B=41.87%

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
Decimal821541700.520.0900.33190.9134.9249.41
Hex529AAA349021bf2331
Octal12223225264110412774361
Binary101001010011010101010101101001001010000110111111100011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #529AAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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