Shades of Half Baked #5F9198
Tints of Half Baked #5F9198
RGB
CMYK
RGB Variations
Color information
#5F9198 (or 0x5F9198) is known color: Half Baked. HEX triplet: 5F, 91 and 98. RGB value is (95,145,152). Sum of RGB (Red+Green+Blue) = 95+145+152=392 (51% of max value = 765). Red value is 95 (37.5% from 255 or 24.23% from 392); Green value is 145 (57.03% from 255 or 36.99% from 392); Blue value is 152 (59.77% from 255 or 38.78% from 392); Max value from RGB is 152 - color contains mainly: blue. Hex color #5F9198 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5F9198 is #A06E67. Grayscale: #828282. Windows color (decimal): -10514024 or 9998687. OLE color: 9998687.
HSL color Cylindrical-coordinate representation of color #5F9198: hue angle of 187.37º degrees, saturation: 0.23, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #5F9198 is Cyan = 0.38, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 95 | 145 | 152 | - |
| CMYK | 0.38 | 0.05 | 0 | 0.40 |
| HSL | 187.37º | 0.23% | 0.48% | - |
| HSV(B) | 187.37º | 0.38% | 0.6% | - |
| XYZ | 20.51 | 24.95 | 33.44 | - |
| YUV | 130.85 | 139.94 | 102.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 145 | 152 | 0.38 | 0.05 | 0 | 0.40 | 187.37 | 0.23 | 0.48 |
| Hex | 5F | 91 | 98 | 26 | 5 | 0 | 28 | BB | 17 | 30 |
| Octal | 137 | 221 | 230 | 46 | 5 | 0 | 50 | 273 | 27 | 60 |
| Binary | 1011111 | 10010001 | 10011000 | 100110 | 101 | 0 | 101000 | 10111011 | 10111 | 110000 |
Color Harmonies of #5F9198
Complementary color
Monochromatic Colors of #5F9198
Black with #5F9198
Text Example
Text Example
White with #5F9198
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F9198; }
p { color: rgb(95,145,152); }
H1.HeaderClassName
{
color: #5F9198;
}
.AnyTagClassName
{
color: #5F9198;
}
</style>
background-color css
<style>
a { background-color: #5F9198; }
a { background-color: rgb(95,145,152); }
div.DivClassName
{
background-color: #5F9198;
}
.BgClassName
{
background-color: #5F9198;
}
</style>
border-color css
<style>
span { border-color: #5F9198; }
span { border-color: rgb(95,145,152); }
td.TdClassName
{
border-color: #5F9198;
}
.TagClassName
{
border-color: #5F9198;
}
</style>