#539E93

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

Shades of Cadet Blue #539E93

Tints of Cadet Blue #539E93

Color information

#539E93 (or 0x539E93) is unknown color: approx Cadet Blue. HEX triplet: 53, 9E and 93. RGB value is (83,158,147). Sum of RGB (Red+Green+Blue) = 83+158+147=388 (51% of max value = 765). Red value is 83 (32.81% from 255 or 21.39% from 388); Green value is 158 (62.11% from 255 or 40.72% from 388); Blue value is 147 (57.81% from 255 or 37.89% from 388); Max value from RGB is 158 - color contains mainly: green. Hex color #539E93 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #539E93 is #AC616C. Grayscale: #868686. Windows color (decimal): -11297133 or 9674323. OLE color: 9674323.

HSL color Cylindrical-coordinate representation of color #539E93: hue angle of 171.2º degrees, saturation: 0.31, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #539E93 is Cyan = 0.47, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.38.

Color convert

RGB83158147-
CMYK0.4700.070.38
HSL171.2º31.12%47.25%-
HSV(B)171.2º47.47%61.96%-
XYZ21.0628.431.98-
YUV134.32135.1591.39-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 21.39%
GREEN value IS 158 (62.11% from 255) = 40.72%
BLUE value IS 147 (57.81% from 255) = 37.89%
R=21.39%
G=40.72%
B=37.89%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal831581470.4700.070.38171.231.1247.25
Hex539E932F0726ab1f2f
Octal1232362235707462533757
Binary1010011100111101001001110111101111001101010101111111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #539E93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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