#529A9E

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

Shades of Cadet Blue #529A9E

Tints of Cadet Blue #529A9E

Color information

#529A9E (or 0x529A9E) is unknown color: approx Cadet Blue. HEX triplet: 52, 9A and 9E. RGB value is (82,154,158). Sum of RGB (Red+Green+Blue) = 82+154+158=394 (52% of max value = 765). Red value is 82 (32.42% from 255 or 20.81% from 394); Green value is 154 (60.55% from 255 or 39.09% from 394); Blue value is 158 (62.11% from 255 or 40.10% from 394); Max value from RGB is 158 - color contains mainly: blue. Hex color #529A9E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #529A9E is #AD6561. Grayscale: #848484. Windows color (decimal): -11363682 or 10394194. OLE color: 10394194.

HSL color Cylindrical-coordinate representation of color #529A9E: hue angle of 183.16º degrees, saturation: 0.32, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #529A9E is Cyan = 0.48, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB82154158-
CMYK0.480.0300.38
HSL183.16º31.67%47.06%-
HSV(B)183.16º48.1%61.96%-
XYZ21.2127.3736.51-
YUV132.93142.1591.67-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 20.81%
GREEN value IS 154 (60.55% from 255) = 39.09%
BLUE value IS 158 (62.11% from 255) = 40.10%
R=20.81%
G=39.09%
B=40.10%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal821541580.480.0300.38183.1631.6747.06
Hex529A9E303026b7202f
Octal1222322366030462674057
Binary1010010100110101001111011000011010011010110111100000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #529A9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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