Shades of Half Baked #5C878E
Tints of Half Baked #5C878E
RGB
CMYK
RGB Variations
Color information
#5C878E (or 0x5C878E) is known color: Half Baked. HEX triplet: 5C, 87 and 8E. RGB value is (92,135,142). Sum of RGB (Red+Green+Blue) = 92+135+142=369 (48% of max value = 765). Red value is 92 (36.33% from 255 or 24.93% from 369); Green value is 135 (53.12% from 255 or 36.59% from 369); Blue value is 142 (55.86% from 255 or 38.48% from 369); Max value from RGB is 142 - color contains mainly: blue. Hex color #5C878E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5C878E is #A37871. Grayscale: #7A7A7A. Windows color (decimal): -10713202 or 9340764. OLE color: 9340764.
HSL color Cylindrical-coordinate representation of color #5C878E: hue angle of 188.4º degrees, saturation: 0.21, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #5C878E is Cyan = 0.35, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 92 | 135 | 142 | - |
| CMYK | 0.35 | 0.05 | 0 | 0.44 |
| HSL | 188.4º | 0.21% | 0.46% | - |
| HSV(B) | 188.4º | 0.35% | 0.56% | - |
| XYZ | 17.96 | 21.56 | 28.81 | - |
| YUV | 122.94 | 138.75 | 105.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 135 | 142 | 0.35 | 0.05 | 0 | 0.44 | 188.4 | 0.21 | 0.46 |
| Hex | 5C | 87 | 8E | 23 | 5 | 0 | 2C | BC | 15 | 2E |
| Octal | 134 | 207 | 216 | 43 | 5 | 0 | 54 | 274 | 25 | 56 |
| Binary | 1011100 | 10000111 | 10001110 | 100011 | 101 | 0 | 101100 | 10111100 | 10101 | 101110 |
Color Harmonies of #5C878E
Complementary color
Monochromatic Colors of #5C878E
Black with #5C878E
Text Example
Text Example
White with #5C878E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C878E; }
p { color: rgb(92,135,142); }
H1.HeaderClassName
{
color: #5C878E;
}
.AnyTagClassName
{
color: #5C878E;
}
</style>
background-color css
<style>
a { background-color: #5C878E; }
a { background-color: rgb(92,135,142); }
div.DivClassName
{
background-color: #5C878E;
}
.BgClassName
{
background-color: #5C878E;
}
</style>
border-color css
<style>
span { border-color: #5C878E; }
span { border-color: rgb(92,135,142); }
td.TdClassName
{
border-color: #5C878E;
}
.TagClassName
{
border-color: #5C878E;
}
</style>