Shades of Half Baked #5C9195
Tints of Half Baked #5C9195
RGB
CMYK
RGB Variations
Color information
#5C9195 (or 0x5C9195) is known color: Half Baked. HEX triplet: 5C, 91 and 95. RGB value is (92,145,149). Sum of RGB (Red+Green+Blue) = 92+145+149=386 (51% of max value = 765). Red value is 92 (36.33% from 255 or 23.83% from 386); Green value is 145 (57.03% from 255 or 37.56% from 386); Blue value is 149 (58.59% from 255 or 38.60% from 386); Max value from RGB is 149 - color contains mainly: blue. Hex color #5C9195 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5C9195 is #A36E6A. Grayscale: #818181. Windows color (decimal): -10710635 or 9802076. OLE color: 9802076.
HSL color Cylindrical-coordinate representation of color #5C9195: hue angle of 184.21º degrees, saturation: 0.24, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #5C9195 is Cyan = 0.38, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 92 | 145 | 149 | - |
| CMYK | 0.38 | 0.03 | 0 | 0.42 |
| HSL | 184.21º | 0.24% | 0.47% | - |
| HSV(B) | 184.21º | 0.38% | 0.58% | - |
| XYZ | 19.96 | 24.7 | 32.15 | - |
| YUV | 129.61 | 138.94 | 101.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 145 | 149 | 0.38 | 0.03 | 0 | 0.42 | 184.21 | 0.24 | 0.47 |
| Hex | 5C | 91 | 95 | 26 | 3 | 0 | 2A | B8 | 18 | 2F |
| Octal | 134 | 221 | 225 | 46 | 3 | 0 | 52 | 270 | 30 | 57 |
| Binary | 1011100 | 10010001 | 10010101 | 100110 | 11 | 0 | 101010 | 10111000 | 11000 | 101111 |
Color Harmonies of #5C9195
Complementary color
Monochromatic Colors of #5C9195
Black with #5C9195
Text Example
Text Example
White with #5C9195
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C9195; }
p { color: rgb(92,145,149); }
H1.HeaderClassName
{
color: #5C9195;
}
.AnyTagClassName
{
color: #5C9195;
}
</style>
background-color css
<style>
a { background-color: #5C9195; }
a { background-color: rgb(92,145,149); }
div.DivClassName
{
background-color: #5C9195;
}
.BgClassName
{
background-color: #5C9195;
}
</style>
border-color css
<style>
span { border-color: #5C9195; }
span { border-color: rgb(92,145,149); }
td.TdClassName
{
border-color: #5C9195;
}
.TagClassName
{
border-color: #5C9195;
}
</style>