#5F8B8E

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

Shades of Half Baked #5F8B8E

Tints of Half Baked #5F8B8E

Color information

#5F8B8E (or 0x5F8B8E) is unknown color: approx Half Baked. HEX triplet: 5F, 8B and 8E. RGB value is (95,139,142). Sum of RGB (Red+Green+Blue) = 95+139+142=376 (49% of max value = 765). Red value is 95 (37.5% from 255 or 25.27% from 376); Green value is 139 (54.69% from 255 or 36.97% from 376); Blue value is 142 (55.86% from 255 or 37.77% from 376); Max value from RGB is 142 - color contains mainly: blue. Hex color #5F8B8E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5F8B8E is #A07471. Grayscale: #7E7E7E. Windows color (decimal): -10515570 or 9341791. OLE color: 9341791.

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

Color convert

RGB95139142-
CMYK0.330.0200.44
HSL183.83º19.83%46.47%-
HSV(B)183.83º33.1%55.69%-
XYZ18.8322.8529.01-
YUV126.19136.92105.76-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 25.27%
GREEN value IS 139 (54.69% from 255) = 36.97%
BLUE value IS 142 (55.86% from 255) = 37.77%
R=25.27%
G=36.97%
B=37.77%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal951391420.330.0200.44183.8319.8346.47
Hex5F8B8E21202Cb8142e
Octal1372132164120542702456
Binary101111110001011100011101000011001011001011100010100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F8B8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,139,142); }

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

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

 a { background-color: rgb(95,139,142); }

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

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

 span { border-color: rgb(95,139,142); }

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