Shades of Half Baked #538D92
Tints of Half Baked #538D92
RGB
CMYK
RGB Variations
Color information
#538D92 (or 0x538D92) is known color: Half Baked. HEX triplet: 53, 8D and 92. RGB value is (83,141,146). Sum of RGB (Red+Green+Blue) = 83+141+146=370 (49% of max value = 765). Red value is 83 (32.81% from 255 or 22.43% from 370); Green value is 141 (55.47% from 255 or 38.11% from 370); Blue value is 146 (57.42% from 255 or 39.46% from 370); Max value from RGB is 146 - color contains mainly: blue. Hex color #538D92 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #538D92 is #AC726D. Grayscale: #7C7C7C. Windows color (decimal): -11301486 or 9604435. OLE color: 9604435.
HSL color Cylindrical-coordinate representation of color #538D92: hue angle of 184.76º 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 #538D92 is Cyan = 0.43, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 83 | 141 | 146 | - |
| CMYK | 0.43 | 0.03 | 0 | 0.43 |
| HSL | 184.76º | 0.28% | 0.45% | - |
| HSV(B) | 184.76º | 0.43% | 0.57% | - |
| XYZ | 18.28 | 22.96 | 30.66 | - |
| YUV | 124.23 | 140.28 | 98.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 141 | 146 | 0.43 | 0.03 | 0 | 0.43 | 184.76 | 0.28 | 0.45 |
| Hex | 53 | 8D | 92 | 2B | 3 | 0 | 2B | B9 | 1C | 2D |
| Octal | 123 | 215 | 222 | 53 | 3 | 0 | 53 | 271 | 34 | 55 |
| Binary | 1010011 | 10001101 | 10010010 | 101011 | 11 | 0 | 101011 | 10111001 | 11100 | 101101 |
Color Harmonies of #538D92
Complementary color
Monochromatic Colors of #538D92
Black with #538D92
Text Example
Text Example
White with #538D92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #538D92; }
p { color: rgb(83,141,146); }
H1.HeaderClassName
{
color: #538D92;
}
.AnyTagClassName
{
color: #538D92;
}
</style>
background-color css
<style>
a { background-color: #538D92; }
a { background-color: rgb(83,141,146); }
div.DivClassName
{
background-color: #538D92;
}
.BgClassName
{
background-color: #538D92;
}
</style>
border-color css
<style>
span { border-color: #538D92; }
span { border-color: rgb(83,141,146); }
td.TdClassName
{
border-color: #538D92;
}
.TagClassName
{
border-color: #538D92;
}
</style>