#5E8D8E

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

Shades of Half Baked #5E8D8E

Tints of Half Baked #5E8D8E

Color information

#5E8D8E (or 0x5E8D8E) is unknown color: approx Half Baked. HEX triplet: 5E, 8D and 8E. RGB value is (94,141,142). Sum of RGB (Red+Green+Blue) = 94+141+142=377 (49% of max value = 765). Red value is 94 (37.11% from 255 or 24.93% from 377); Green value is 141 (55.47% from 255 or 37.40% from 377); Blue value is 142 (55.86% from 255 or 37.67% from 377); Max value from RGB is 142 - color contains mainly: blue. Hex color #5E8D8E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5E8D8E is #A17271. Grayscale: #7F7F7F. Windows color (decimal): -10580594 or 9342302. OLE color: 9342302.

HSL color Cylindrical-coordinate representation of color #5E8D8E: hue angle of 181.25º degrees, saturation: 0.2, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #5E8D8E is Cyan = 0.34, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB94141142-
CMYK0.340.0100.44
HSL181.25º20.34%46.27%-
HSV(B)181.25º33.8%55.69%-
XYZ19.0223.3829.1-
YUV127.06136.43104.42-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 24.93%
GREEN value IS 141 (55.47% from 255) = 37.40%
BLUE value IS 142 (55.86% from 255) = 37.67%
R=24.93%
G=37.40%
B=37.67%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal941411420.340.0100.44181.2520.3446.27
Hex5E8D8E22102Cb5142e
Octal1362152164210542652456
Binary10111101000110110001110100010101011001011010110100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E8D8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,141,142); }

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

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

 a { background-color: rgb(94,141,142); }

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

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

 span { border-color: rgb(94,141,142); }

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