Shades of Half Baked #538E8C
Tints of Half Baked #538E8C
RGB
CMYK
RGB Variations
Color information
#538E8C (or 0x538E8C) is known color: Half Baked. HEX triplet: 53, 8E and 8C. RGB value is (83,142,140). Sum of RGB (Red+Green+Blue) = 83+142+140=365 (48% of max value = 765). Red value is 83 (32.81% from 255 or 22.74% from 365); Green value is 142 (55.86% from 255 or 38.90% from 365); Blue value is 140 (55.08% from 255 or 38.36% from 365); Max value from RGB is 142 - color contains mainly: green. Hex color #538E8C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #538E8C is #AC7173. Grayscale: #7C7C7C. Windows color (decimal): -11301236 or 9211475. OLE color: 9211475.
HSL color Cylindrical-coordinate representation of color #538E8C: hue angle of 177.97º degrees, saturation: 0.26, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #538E8C is Cyan = 0.42, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 83 | 142 | 140 | - |
| CMYK | 0.42 | 0 | 0.01 | 0.44 |
| HSL | 177.97º | 0.26% | 0.44% | - |
| HSV(B) | 177.97º | 0.42% | 0.56% | - |
| XYZ | 17.97 | 23.08 | 28.32 | - |
| YUV | 124.13 | 136.95 | 98.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 142 | 140 | 0.42 | 0 | 0.01 | 0.44 | 177.97 | 0.26 | 0.44 |
| Hex | 53 | 8E | 8C | 2A | 0 | 1 | 2C | B2 | 1A | 2C |
| Octal | 123 | 216 | 214 | 52 | 0 | 1 | 54 | 262 | 32 | 54 |
| Binary | 1010011 | 10001110 | 10001100 | 101010 | 0 | 1 | 101100 | 10110010 | 11010 | 101100 |
Color Harmonies of #538E8C
Complementary color
Monochromatic Colors of #538E8C
Black with #538E8C
Text Example
Text Example
White with #538E8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #538E8C; }
p { color: rgb(83,142,140); }
H1.HeaderClassName
{
color: #538E8C;
}
.AnyTagClassName
{
color: #538E8C;
}
</style>
background-color css
<style>
a { background-color: #538E8C; }
a { background-color: rgb(83,142,140); }
div.DivClassName
{
background-color: #538E8C;
}
.BgClassName
{
background-color: #538E8C;
}
</style>
border-color css
<style>
span { border-color: #538E8C; }
span { border-color: rgb(83,142,140); }
td.TdClassName
{
border-color: #538E8C;
}
.TagClassName
{
border-color: #538E8C;
}
</style>