#529F96

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

Shades of Cadet Blue #529F96

Tints of Cadet Blue #529F96

Color information

#529F96 (or 0x529F96) is unknown color: approx Cadet Blue. HEX triplet: 52, 9F and 96. RGB value is (82,159,150). Sum of RGB (Red+Green+Blue) = 82+159+150=391 (51% of max value = 765). Red value is 82 (32.42% from 255 or 20.97% from 391); Green value is 159 (62.5% from 255 or 40.66% from 391); Blue value is 150 (58.98% from 255 or 38.36% from 391); Max value from RGB is 159 - color contains mainly: green. Hex color #529F96 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #529F96 is #AD6069. Grayscale: #868686. Windows color (decimal): -11362410 or 9871186. OLE color: 9871186.

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

Color convert

RGB82159150-
CMYK0.4800.060.38
HSL172.99º31.95%47.25%-
HSV(B)172.99º48.43%62.35%-
XYZ21.3828.7933.28-
YUV134.95136.4990.23-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 20.97%
GREEN value IS 159 (62.5% from 255) = 40.66%
BLUE value IS 150 (58.98% from 255) = 38.36%
R=20.97%
G=40.66%
B=38.36%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal821591500.4800.060.38172.9931.9547.25
Hex529F96300626ad202f
Octal1222372266006462554057
Binary10100101001111110010110110000011010011010101101100000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #529F96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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