Shades of Half Baked #5B928C
Tints of Half Baked #5B928C
RGB
CMYK
RGB Variations
Color information
#5B928C (or 0x5B928C) is known color: Half Baked. HEX triplet: 5B, 92 and 8C. RGB value is (91,146,140). Sum of RGB (Red+Green+Blue) = 91+146+140=377 (49% of max value = 765). Red value is 91 (35.94% from 255 or 24.14% from 377); Green value is 146 (57.42% from 255 or 38.73% from 377); Blue value is 140 (55.08% from 255 or 37.14% from 377); Max value from RGB is 146 - color contains mainly: green. Hex color #5B928C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5B928C is #A46D73. Grayscale: #808080. Windows color (decimal): -10775924 or 9212507. OLE color: 9212507.
HSL color Cylindrical-coordinate representation of color #5B928C: hue angle of 173.45º 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 #5B928C is Cyan = 0.38, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 91 | 146 | 140 | - |
| CMYK | 0.38 | 0 | 0.04 | 0.43 |
| HSL | 173.45º | 0.23% | 0.46% | - |
| HSV(B) | 173.45º | 0.38% | 0.57% | - |
| XYZ | 19.33 | 24.68 | 28.56 | - |
| YUV | 128.87 | 134.28 | 100.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 146 | 140 | 0.38 | 0 | 0.04 | 0.43 | 173.45 | 0.23 | 0.46 |
| Hex | 5B | 92 | 8C | 26 | 0 | 4 | 2B | AD | 17 | 2E |
| Octal | 133 | 222 | 214 | 46 | 0 | 4 | 53 | 255 | 27 | 56 |
| Binary | 1011011 | 10010010 | 10001100 | 100110 | 0 | 100 | 101011 | 10101101 | 10111 | 101110 |
Color Harmonies of #5B928C
Complementary color
Monochromatic Colors of #5B928C
Black with #5B928C
Text Example
Text Example
White with #5B928C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B928C; }
p { color: rgb(91,146,140); }
H1.HeaderClassName
{
color: #5B928C;
}
.AnyTagClassName
{
color: #5B928C;
}
</style>
background-color css
<style>
a { background-color: #5B928C; }
a { background-color: rgb(91,146,140); }
div.DivClassName
{
background-color: #5B928C;
}
.BgClassName
{
background-color: #5B928C;
}
</style>
border-color css
<style>
span { border-color: #5B928C; }
span { border-color: rgb(91,146,140); }
td.TdClassName
{
border-color: #5B928C;
}
.TagClassName
{
border-color: #5B928C;
}
</style>