#5E9F9A

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

Shades of Cadet Blue #5E9F9A

Tints of Cadet Blue #5E9F9A

Color information

#5E9F9A (or 0x5E9F9A) is unknown color: approx Cadet Blue. HEX triplet: 5E, 9F and 9A. RGB value is (94,159,154). Sum of RGB (Red+Green+Blue) = 94+159+154=407 (53% of max value = 765). Red value is 94 (37.11% from 255 or 23.10% from 407); Green value is 159 (62.5% from 255 or 39.07% from 407); Blue value is 154 (60.55% from 255 or 37.84% from 407); Max value from RGB is 159 - color contains mainly: green. Hex color #5E9F9A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5E9F9A is #A16065. Grayscale: #8A8A8A. Windows color (decimal): -10575974 or 10133342. OLE color: 10133342.

HSL color Cylindrical-coordinate representation of color #5E9F9A: hue angle of 175.38º degrees, saturation: 0.26, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #5E9F9A is Cyan = 0.41, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.38.

Color convert

RGB94159154-
CMYK0.4100.030.38
HSL175.38º25.69%49.61%-
HSV(B)175.38º40.88%62.35%-
XYZ22.8529.5135.06-
YUV139136.4795.91-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 23.10%
GREEN value IS 159 (62.5% from 255) = 39.07%
BLUE value IS 154 (60.55% from 255) = 37.84%
R=23.10%
G=39.07%
B=37.84%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal941591540.4100.030.38175.3825.6949.61
Hex5E9F9A290326af1a32
Octal1362372325103462573262
Binary101111010011111100110101010010111001101010111111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E9F9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,159,154); }

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

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

 a { background-color: rgb(94,159,154); }

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

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

 span { border-color: rgb(94,159,154); }

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