#5E8988

Color #5E8988 Half Baked (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Half Baked #5E8988

Tints of Half Baked #5E8988

Color information

#5E8988 (or 0x5E8988) is unknown color: approx Half Baked. HEX triplet: 5E, 89 and 88. RGB value is (94,137,136). Sum of RGB (Red+Green+Blue) = 94+137+136=367 (48% of max value = 765). Red value is 94 (37.11% from 255 or 25.61% from 367); Green value is 137 (53.91% from 255 or 37.33% from 367); Blue value is 136 (53.52% from 255 or 37.06% from 367); Max value from RGB is 137 - color contains mainly: green. Hex color #5E8988 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5E8988 is #A17677. Grayscale: #7B7B7B. Windows color (decimal): -10581624 or 8948062. OLE color: 8948062.

HSL color Cylindrical-coordinate representation of color #5E8988: hue angle of 178.6º degrees, saturation: 0.19, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #5E8988 is Cyan = 0.31, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.46.

Color convert

RGB94137136-
CMYK0.3100.010.46
HSL178.6º18.61%45.29%-
HSV(B)178.6º31.39%53.73%-
XYZ18.0122.0526.6-
YUV124.03134.75106.58-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 25.61%
GREEN value IS 137 (53.91% from 255) = 37.33%
BLUE value IS 136 (53.52% from 255) = 37.06%
R=25.61%
G=37.33%
B=37.06%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal941371360.3100.010.46178.618.6145.29
Hex5E89881F012Eb3132d
Octal1362112103701562632355
Binary1011110100010011000100011111011011101011001110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E8988

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,137,136); }

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

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

 a { background-color: rgb(94,137,136); }

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

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

 span { border-color: rgb(94,137,136); }

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