#5F8F8C

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

Shades of Half Baked #5F8F8C

Tints of Half Baked #5F8F8C

Color information

#5F8F8C (or 0x5F8F8C) is unknown color: approx Half Baked. HEX triplet: 5F, 8F and 8C. RGB value is (95,143,140). Sum of RGB (Red+Green+Blue) = 95+143+140=378 (50% of max value = 765). Red value is 95 (37.5% from 255 or 25.13% from 378); Green value is 143 (56.25% from 255 or 37.83% from 378); Blue value is 140 (55.08% from 255 or 37.04% from 378); Max value from RGB is 143 - color contains mainly: green. Hex color #5F8F8C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5F8F8C is #A07073. Grayscale: #808080. Windows color (decimal): -10514548 or 9211743. OLE color: 9211743.

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

Color convert

RGB95143140-
CMYK0.3400.020.44
HSL176.25º20.17%46.67%-
HSV(B)176.25º33.57%56.08%-
XYZ19.2823.9728.42-
YUV128.31134.6104.24-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 25.13%
GREEN value IS 143 (56.25% from 255) = 37.83%
BLUE value IS 140 (55.08% from 255) = 37.04%
R=25.13%
G=37.83%
B=37.04%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal951431400.3400.020.44176.2520.1746.67
Hex5F8F8C22022Cb0142f
Octal1372172144202542602457
Binary101111110001111100011001000100101011001011000010100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F8F8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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