#559E93

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

Shades of Cadet Blue #559E93

Tints of Cadet Blue #559E93

Color information

#559E93 (or 0x559E93) is unknown color: approx Cadet Blue. HEX triplet: 55, 9E and 93. RGB value is (85,158,147). Sum of RGB (Red+Green+Blue) = 85+158+147=390 (51% of max value = 765). Red value is 85 (33.59% from 255 or 21.79% from 390); Green value is 158 (62.11% from 255 or 40.51% from 390); Blue value is 147 (57.81% from 255 or 37.69% from 390); Max value from RGB is 158 - color contains mainly: green. Hex color #559E93 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #559E93 is #AA616C. Grayscale: #868686. Windows color (decimal): -11166061 or 9674325. OLE color: 9674325.

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

Color convert

RGB85158147-
CMYK0.4600.070.38
HSL170.96º30.04%47.65%-
HSV(B)170.96º46.2%61.96%-
XYZ21.2428.4931.98-
YUV134.92134.8292.39-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 21.79%
GREEN value IS 158 (62.11% from 255) = 40.51%
BLUE value IS 147 (57.81% from 255) = 37.69%
R=21.79%
G=40.51%
B=37.69%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal851581470.4600.070.38170.9630.0447.65
Hex559E932E0726ab1e30
Octal1252362235607462533660
Binary1010101100111101001001110111001111001101010101111110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #559E93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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