#529E96

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

Shades of Cadet Blue #529E96

Tints of Cadet Blue #529E96

Color information

#529E96 (or 0x529E96) is unknown color: approx Cadet Blue. HEX triplet: 52, 9E and 96. RGB value is (82,158,150). Sum of RGB (Red+Green+Blue) = 82+158+150=390 (51% of max value = 765). Red value is 82 (32.42% from 255 or 21.03% from 390); Green value is 158 (62.11% from 255 or 40.51% from 390); Blue value is 150 (58.98% from 255 or 38.46% from 390); Max value from RGB is 158 - color contains mainly: green. Hex color #529E96 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #529E96 is #AD6169. Grayscale: #868686. Windows color (decimal): -11362666 or 9870930. OLE color: 9870930.

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

Color convert

RGB82158150-
CMYK0.4800.050.38
HSL173.68º31.67%47.06%-
HSV(B)173.68º48.1%61.96%-
XYZ21.2128.4533.23-
YUV134.36136.8290.65-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 21.03%
GREEN value IS 158 (62.11% from 255) = 40.51%
BLUE value IS 150 (58.98% from 255) = 38.46%
R=21.03%
G=40.51%
B=38.46%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal821581500.4800.050.38173.6831.6747.06
Hex529E96300526ae202f
Octal1222362266005462564057
Binary10100101001111010010110110000010110011010101110100000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #529E96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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