#539F93

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

Shades of Cadet Blue #539F93

Tints of Cadet Blue #539F93

Color information

#539F93 (or 0x539F93) is unknown color: approx Cadet Blue. HEX triplet: 53, 9F and 93. RGB value is (83,159,147). Sum of RGB (Red+Green+Blue) = 83+159+147=389 (51% of max value = 765). Red value is 83 (32.81% from 255 or 21.34% from 389); Green value is 159 (62.5% from 255 or 40.87% from 389); Blue value is 147 (57.81% from 255 or 37.79% from 389); Max value from RGB is 159 - color contains mainly: green. Hex color #539F93 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #539F93 is #AC606C. Grayscale: #868686. Windows color (decimal): -11296877 or 9674579. OLE color: 9674579.

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

Color convert

RGB83159147-
CMYK0.4800.080.38
HSL170.53º31.4%47.45%-
HSV(B)170.53º47.8%62.35%-
XYZ21.2328.7432.03-
YUV134.91134.8290.98-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 21.34%
GREEN value IS 159 (62.5% from 255) = 40.87%
BLUE value IS 147 (57.81% from 255) = 37.79%
R=21.34%
G=40.87%
B=37.79%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal831591470.4800.080.38170.5331.447.45
Hex539F93300826ab1f2f
Octal12323722360010462533757
Binary10100111001111110010011110000010001001101010101111111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #539F93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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