Shades of Half Baked #538E92
Tints of Half Baked #538E92
RGB
CMYK
RGB Variations
Color information
#538E92 (or 0x538E92) is known color: Half Baked. HEX triplet: 53, 8E and 92. RGB value is (83,142,146). Sum of RGB (Red+Green+Blue) = 83+142+146=371 (49% of max value = 765). Red value is 83 (32.81% from 255 or 22.37% from 371); Green value is 142 (55.86% from 255 or 38.27% from 371); Blue value is 146 (57.42% from 255 or 39.35% from 371); Max value from RGB is 146 - color contains mainly: blue. Hex color #538E92 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #538E92 is #AC716D. Grayscale: #7C7C7C. Windows color (decimal): -11301230 or 9604691. OLE color: 9604691.
HSL color Cylindrical-coordinate representation of color #538E92: hue angle of 183.81º degrees, saturation: 0.28, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #538E92 is Cyan = 0.43, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 83 | 142 | 146 | - |
| CMYK | 0.43 | 0.03 | 0 | 0.43 |
| HSL | 183.81º | 0.28% | 0.45% | - |
| HSV(B) | 183.81º | 0.43% | 0.57% | - |
| XYZ | 18.43 | 23.26 | 30.71 | - |
| YUV | 124.82 | 139.95 | 98.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 142 | 146 | 0.43 | 0.03 | 0 | 0.43 | 183.81 | 0.28 | 0.45 |
| Hex | 53 | 8E | 92 | 2B | 3 | 0 | 2B | B8 | 1C | 2D |
| Octal | 123 | 216 | 222 | 53 | 3 | 0 | 53 | 270 | 34 | 55 |
| Binary | 1010011 | 10001110 | 10010010 | 101011 | 11 | 0 | 101011 | 10111000 | 11100 | 101101 |
Color Harmonies of #538E92
Complementary color
Monochromatic Colors of #538E92
Black with #538E92
Text Example
Text Example
White with #538E92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #538E92; }
p { color: rgb(83,142,146); }
H1.HeaderClassName
{
color: #538E92;
}
.AnyTagClassName
{
color: #538E92;
}
</style>
background-color css
<style>
a { background-color: #538E92; }
a { background-color: rgb(83,142,146); }
div.DivClassName
{
background-color: #538E92;
}
.BgClassName
{
background-color: #538E92;
}
</style>
border-color css
<style>
span { border-color: #538E92; }
span { border-color: rgb(83,142,146); }
td.TdClassName
{
border-color: #538E92;
}
.TagClassName
{
border-color: #538E92;
}
</style>