Shades of Half Baked #5C8587
Tints of Half Baked #5C8587
RGB
CMYK
RGB Variations
Color information
#5C8587 (or 0x5C8587) is known color: Half Baked. HEX triplet: 5C, 85 and 87. RGB value is (92,133,135). Sum of RGB (Red+Green+Blue) = 92+133+135=360 (47% of max value = 765). Red value is 92 (36.33% from 255 or 25.56% from 360); Green value is 133 (52.34% from 255 or 36.94% from 360); Blue value is 135 (53.12% from 255 or 37.5% from 360); Max value from RGB is 135 - color contains mainly: blue. Hex color #5C8587 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5C8587 is #A37A78. Grayscale: #787878. Windows color (decimal): -10713721 or 8881500. OLE color: 8881500.
HSL color Cylindrical-coordinate representation of color #5C8587: hue angle of 182.79º degrees, saturation: 0.19, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #5C8587 is Cyan = 0.32, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 92 | 133 | 135 | - |
| CMYK | 0.32 | 0.01 | 0 | 0.47 |
| HSL | 182.79º | 0.19% | 0.45% | - |
| HSV(B) | 182.79º | 0.32% | 0.53% | - |
| XYZ | 17.17 | 20.8 | 26.03 | - |
| YUV | 120.97 | 135.92 | 107.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 133 | 135 | 0.32 | 0.01 | 0 | 0.47 | 182.79 | 0.19 | 0.45 |
| Hex | 5C | 85 | 87 | 20 | 1 | 0 | 2F | B7 | 13 | 2D |
| Octal | 134 | 205 | 207 | 40 | 1 | 0 | 57 | 267 | 23 | 55 |
| Binary | 1011100 | 10000101 | 10000111 | 100000 | 1 | 0 | 101111 | 10110111 | 10011 | 101101 |
Color Harmonies of #5C8587
Complementary color
Monochromatic Colors of #5C8587
Black with #5C8587
Text Example
Text Example
White with #5C8587
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C8587; }
p { color: rgb(92,133,135); }
H1.HeaderClassName
{
color: #5C8587;
}
.AnyTagClassName
{
color: #5C8587;
}
</style>
background-color css
<style>
a { background-color: #5C8587; }
a { background-color: rgb(92,133,135); }
div.DivClassName
{
background-color: #5C8587;
}
.BgClassName
{
background-color: #5C8587;
}
</style>
border-color css
<style>
span { border-color: #5C8587; }
span { border-color: rgb(92,133,135); }
td.TdClassName
{
border-color: #5C8587;
}
.TagClassName
{
border-color: #5C8587;
}
</style>