#5F8C8E

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

Shades of Half Baked #5F8C8E

Tints of Half Baked #5F8C8E

Color information

#5F8C8E (or 0x5F8C8E) is unknown color: approx Half Baked. HEX triplet: 5F, 8C and 8E. RGB value is (95,140,142). Sum of RGB (Red+Green+Blue) = 95+140+142=377 (49% of max value = 765). Red value is 95 (37.5% from 255 or 25.20% from 377); Green value is 140 (55.08% from 255 or 37.14% 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 #5F8C8E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5F8C8E is #A07371. Grayscale: #7E7E7E. Windows color (decimal): -10515314 or 9342047. OLE color: 9342047.

HSL color Cylindrical-coordinate representation of color #5F8C8E: hue angle of 182.55º 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 #5F8C8E is Cyan = 0.33, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB95140142-
CMYK0.330.0100.44
HSL182.55º19.83%46.47%-
HSV(B)182.55º33.1%55.69%-
XYZ18.9823.1429.06-
YUV126.77136.59105.34-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 25.20%
GREEN value IS 140 (55.08% from 255) = 37.14%
BLUE value IS 142 (55.86% from 255) = 37.67%
R=25.20%
G=37.14%
B=37.67%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal951401420.330.0100.44182.5519.8346.47
Hex5F8C8E21102Cb7142e
Octal1372142164110542672456
Binary10111111000110010001110100001101011001011011110100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F8C8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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