Shades of Half Baked #5B9292
Tints of Half Baked #5B9292
RGB
CMYK
RGB Variations
Color information
#5B9292 (or 0x5B9292) is known color: Half Baked. HEX triplet: 5B, 92 and 92. RGB value is (91,146,146). Sum of RGB (Red+Green+Blue) = 91+146+146=383 (50% of max value = 765). Red value is 91 (35.94% from 255 or 23.76% from 383); Green value is 146 (57.42% from 255 or 38.12% from 383); Blue value is 146 (57.42% from 255 or 38.12% from 383); Max value from RGB is 146 - color contains mainly: green, blue. Hex color #5B9292 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5B9292 is #A46D6D. Grayscale: #818181. Windows color (decimal): -10775918 or 9605723. OLE color: 9605723.
HSL color Cylindrical-coordinate representation of color #5B9292: hue angle of 180º degrees, saturation: 0.23, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #5B9292 is Cyan = 0.38, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 91 | 146 | 146 | - |
| CMYK | 0.38 | 0 | 0 | 0.43 |
| HSL | 180º | 0.23% | 0.46% | - |
| HSV(B) | 180º | 0.38% | 0.57% | - |
| XYZ | 19.78 | 24.86 | 30.95 | - |
| YUV | 129.56 | 137.28 | 100.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 146 | 146 | 0.38 | 0 | 0 | 0.43 | 180 | 0.23 | 0.46 |
| Hex | 5B | 92 | 92 | 26 | 0 | 0 | 2B | B4 | 17 | 2E |
| Octal | 133 | 222 | 222 | 46 | 0 | 0 | 53 | 264 | 27 | 56 |
| Binary | 1011011 | 10010010 | 10010010 | 100110 | 0 | 0 | 101011 | 10110100 | 10111 | 101110 |
Color Harmonies of #5B9292
Complementary color
Monochromatic Colors of #5B9292
Black with #5B9292
Text Example
Text Example
White with #5B9292
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B9292; }
p { color: rgb(91,146,146); }
H1.HeaderClassName
{
color: #5B9292;
}
.AnyTagClassName
{
color: #5B9292;
}
</style>
background-color css
<style>
a { background-color: #5B9292; }
a { background-color: rgb(91,146,146); }
div.DivClassName
{
background-color: #5B9292;
}
.BgClassName
{
background-color: #5B9292;
}
</style>
border-color css
<style>
span { border-color: #5B9292; }
span { border-color: rgb(91,146,146); }
td.TdClassName
{
border-color: #5B9292;
}
.TagClassName
{
border-color: #5B9292;
}
</style>