#529FAA

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

Shades of Cadet Blue #529FAA

Tints of Cadet Blue #529FAA

Color information

#529FAA (or 0x529FAA) is unknown color: approx Cadet Blue. HEX triplet: 52, 9F and AA. RGB value is (82,159,170). Sum of RGB (Red+Green+Blue) = 82+159+170=411 (54% of max value = 765). Red value is 82 (32.42% from 255 or 19.95% from 411); Green value is 159 (62.5% from 255 or 38.69% from 411); Blue value is 170 (66.80% from 255 or 41.36% from 411); Max value from RGB is 170 - color contains mainly: blue. Hex color #529FAA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #529FAA is #AD6055. Grayscale: #898989. Windows color (decimal): -11362390 or 11181906. OLE color: 11181906.

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

Color convert

RGB82159170-
CMYK0.520.0600.33
HSL187.5º34.92%49.41%-
HSV(B)187.5º51.76%66.67%-
XYZ23.1329.4942.5-
YUV137.23146.4988.61-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 19.95%
GREEN value IS 159 (62.5% from 255) = 38.69%
BLUE value IS 170 (66.80% from 255) = 41.36%
R=19.95%
G=38.69%
B=41.36%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal821591700.520.0600.33187.534.9249.41
Hex529FAA346021bc2331
Octal1222372526460412744361
Binary10100101001111110101010110100110010000110111100100011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #529FAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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