#529DAA

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

Shades of Cadet Blue #529DAA

Tints of Cadet Blue #529DAA

Color information

#529DAA (or 0x529DAA) is unknown color: approx Cadet Blue. HEX triplet: 52, 9D and AA. RGB value is (82,157,170). Sum of RGB (Red+Green+Blue) = 82+157+170=409 (54% of max value = 765). Red value is 82 (32.42% from 255 or 20.05% from 409); Green value is 157 (61.72% from 255 or 38.39% from 409); Blue value is 170 (66.80% from 255 or 41.56% from 409); Max value from RGB is 170 - color contains mainly: blue. Hex color #529DAA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #529DAA is #AD6255. Grayscale: #878787. Windows color (decimal): -11362902 or 11181394. OLE color: 11181394.

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

Color convert

RGB82157170-
CMYK0.520.0800.33
HSL188.86º34.92%49.41%-
HSV(B)188.86º51.76%66.67%-
XYZ22.7928.8142.39-
YUV136.06147.1589.44-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 20.05%
GREEN value IS 157 (61.72% from 255) = 38.39%
BLUE value IS 170 (66.80% from 255) = 41.56%
R=20.05%
G=38.39%
B=41.56%

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
Decimal821571700.520.0800.33188.8634.9249.41
Hex529DAA348021bd2331
Octal12223525264100412754361
Binary101001010011101101010101101001000010000110111101100011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #529DAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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