Shades of Half Baked #5F878A
Tints of Half Baked #5F878A
RGB
CMYK
RGB Variations
Color information
#5F878A (or 0x5F878A) is known color: Half Baked. HEX triplet: 5F, 87 and 8A. RGB value is (95,135,138). Sum of RGB (Red+Green+Blue) = 95+135+138=368 (48% of max value = 765). Red value is 95 (37.5% from 255 or 25.82% from 368); Green value is 135 (53.12% from 255 or 36.68% from 368); Blue value is 138 (54.30% from 255 or 37.5% from 368); Max value from RGB is 138 - color contains mainly: blue. Hex color #5F878A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5F878A is #A07875. Grayscale: #7B7B7B. Windows color (decimal): -10516598 or 9078623. OLE color: 9078623.
HSL color Cylindrical-coordinate representation of color #5F878A: hue angle of 184.19º degrees, saturation: 0.18, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #5F878A is Cyan = 0.31, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 95 | 135 | 138 | - |
| CMYK | 0.31 | 0.02 | 0 | 0.46 |
| HSL | 184.19º | 0.18% | 0.46% | - |
| HSV(B) | 184.19º | 0.31% | 0.54% | - |
| XYZ | 17.97 | 21.6 | 27.27 | - |
| YUV | 123.38 | 136.25 | 107.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 135 | 138 | 0.31 | 0.02 | 0 | 0.46 | 184.19 | 0.18 | 0.46 |
| Hex | 5F | 87 | 8A | 1F | 2 | 0 | 2E | B8 | 12 | 2E |
| Octal | 137 | 207 | 212 | 37 | 2 | 0 | 56 | 270 | 22 | 56 |
| Binary | 1011111 | 10000111 | 10001010 | 11111 | 10 | 0 | 101110 | 10111000 | 10010 | 101110 |
Color Harmonies of #5F878A
Complementary color
Monochromatic Colors of #5F878A
Black with #5F878A
Text Example
Text Example
White with #5F878A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F878A; }
p { color: rgb(95,135,138); }
H1.HeaderClassName
{
color: #5F878A;
}
.AnyTagClassName
{
color: #5F878A;
}
</style>
background-color css
<style>
a { background-color: #5F878A; }
a { background-color: rgb(95,135,138); }
div.DivClassName
{
background-color: #5F878A;
}
.BgClassName
{
background-color: #5F878A;
}
</style>
border-color css
<style>
span { border-color: #5F878A; }
span { border-color: rgb(95,135,138); }
td.TdClassName
{
border-color: #5F878A;
}
.TagClassName
{
border-color: #5F878A;
}
</style>