#539F96

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

Shades of Cadet Blue #539F96

Tints of Cadet Blue #539F96

Color information

#539F96 (or 0x539F96) is unknown color: approx Cadet Blue. HEX triplet: 53, 9F and 96. RGB value is (83,159,150). Sum of RGB (Red+Green+Blue) = 83+159+150=392 (51% of max value = 765). Red value is 83 (32.81% from 255 or 21.17% from 392); Green value is 159 (62.5% from 255 or 40.56% from 392); Blue value is 150 (58.98% from 255 or 38.27% from 392); Max value from RGB is 159 - color contains mainly: green. Hex color #539F96 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #539F96 is #AC6069. Grayscale: #878787. Windows color (decimal): -11296874 or 9871187. OLE color: 9871187.

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

Color convert

RGB83159150-
CMYK0.4800.060.38
HSL172.89º31.4%47.45%-
HSV(B)172.89º47.8%62.35%-
XYZ21.4728.8433.29-
YUV135.25136.3290.73-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 21.17%
GREEN value IS 159 (62.5% from 255) = 40.56%
BLUE value IS 150 (58.98% from 255) = 38.27%
R=21.17%
G=40.56%
B=38.27%

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
Decimal831591500.4800.060.38172.8931.447.45
Hex539F96300626ad1f2f
Octal1232372266006462553757
Binary1010011100111111001011011000001101001101010110111111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #539F96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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