#529F99

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

Shades of Cadet Blue #529F99

Tints of Cadet Blue #529F99

Color information

#529F99 (or 0x529F99) is unknown color: approx Cadet Blue. HEX triplet: 52, 9F and 99. RGB value is (82,159,153). Sum of RGB (Red+Green+Blue) = 82+159+153=394 (52% of max value = 765). Red value is 82 (32.42% from 255 or 20.81% from 394); Green value is 159 (62.5% from 255 or 40.36% from 394); Blue value is 153 (60.16% from 255 or 38.83% from 394); Max value from RGB is 159 - color contains mainly: green. Hex color #529F99 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #529F99 is #AD6066. Grayscale: #878787. Windows color (decimal): -11362407 or 10067794. OLE color: 10067794.

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

Color convert

RGB82159153-
CMYK0.4800.040.38
HSL175.32º31.95%47.25%-
HSV(B)175.32º48.43%62.35%-
XYZ21.6328.8934.57-
YUV135.29137.9989.99-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 20.81%
GREEN value IS 159 (62.5% from 255) = 40.36%
BLUE value IS 153 (60.16% from 255) = 38.83%
R=20.81%
G=40.36%
B=38.83%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal821591530.4800.040.38175.3231.9547.25
Hex529F99300426af202f
Octal1222372316004462574057
Binary10100101001111110011001110000010010011010101111100000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #529F99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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