#5E9993

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

Shades of Cadet Blue #5E9993

Tints of Cadet Blue #5E9993

Color information

#5E9993 (or 0x5E9993) is unknown color: approx Cadet Blue. HEX triplet: 5E, 99 and 93. RGB value is (94,153,147). Sum of RGB (Red+Green+Blue) = 94+153+147=394 (52% of max value = 765). Red value is 94 (37.11% from 255 or 23.86% from 394); Green value is 153 (60.16% from 255 or 38.83% from 394); Blue value is 147 (57.81% from 255 or 37.31% from 394); Max value from RGB is 153 - color contains mainly: green. Hex color #5E9993 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5E9993 is #A1666C. Grayscale: #868686. Windows color (decimal): -10577517 or 9673054. OLE color: 9673054.

HSL color Cylindrical-coordinate representation of color #5E9993: hue angle of 173.9º degrees, saturation: 0.24, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #5E9993 is Cyan = 0.39, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.4.

Color convert

RGB94153147-
CMYK0.3900.040.4
HSL173.9º23.89%48.43%-
HSV(B)173.9º38.56%60%-
XYZ21.2727.2731.75-
YUV134.67134.9598.99-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 23.86%
GREEN value IS 153 (60.16% from 255) = 38.83%
BLUE value IS 147 (57.81% from 255) = 37.31%
R=23.86%
G=38.83%
B=37.31%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal941531470.3900.040.4173.923.8948.43
Hex5E9993270428ae1830
Octal1362312234704502563060
Binary1011110100110011001001110011101001010001010111011000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E9993

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5E9993; }

 p { color: rgb(94,153,147); }

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

<style>
 a { background-color: #5E9993; }

 a { background-color: rgb(94,153,147); }

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

<style>
 span { border-color: #5E9993; }

 span { border-color: rgb(94,153,147); }

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