Shades of Half Baked #538F92
Tints of Half Baked #538F92
RGB
CMYK
RGB Variations
Color information
#538F92 (or 0x538F92) is known color: Half Baked. HEX triplet: 53, 8F and 92. RGB value is (83,143,146). Sum of RGB (Red+Green+Blue) = 83+143+146=372 (49% of max value = 765). Red value is 83 (32.81% from 255 or 22.31% from 372); Green value is 143 (56.25% from 255 or 38.44% from 372); Blue value is 146 (57.42% from 255 or 39.25% from 372); Max value from RGB is 146 - color contains mainly: blue. Hex color #538F92 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #538F92 is #AC706D. Grayscale: #7D7D7D. Windows color (decimal): -11300974 or 9604947. OLE color: 9604947.
HSL color Cylindrical-coordinate representation of color #538F92: hue angle of 182.86º 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 #538F92 is Cyan = 0.43, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 83 | 143 | 146 | - |
| CMYK | 0.43 | 0.02 | 0 | 0.43 |
| HSL | 182.86º | 0.28% | 0.45% | - |
| HSV(B) | 182.86º | 0.43% | 0.57% | - |
| XYZ | 18.58 | 23.56 | 30.76 | - |
| YUV | 125.4 | 139.62 | 97.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 143 | 146 | 0.43 | 0.02 | 0 | 0.43 | 182.86 | 0.28 | 0.45 |
| Hex | 53 | 8F | 92 | 2B | 2 | 0 | 2B | B7 | 1C | 2D |
| Octal | 123 | 217 | 222 | 53 | 2 | 0 | 53 | 267 | 34 | 55 |
| Binary | 1010011 | 10001111 | 10010010 | 101011 | 10 | 0 | 101011 | 10110111 | 11100 | 101101 |
Color Harmonies of #538F92
Complementary color
Monochromatic Colors of #538F92
Black with #538F92
Text Example
Text Example
White with #538F92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #538F92; }
p { color: rgb(83,143,146); }
H1.HeaderClassName
{
color: #538F92;
}
.AnyTagClassName
{
color: #538F92;
}
</style>
background-color css
<style>
a { background-color: #538F92; }
a { background-color: rgb(83,143,146); }
div.DivClassName
{
background-color: #538F92;
}
.BgClassName
{
background-color: #538F92;
}
</style>
border-color css
<style>
span { border-color: #538F92; }
span { border-color: rgb(83,143,146); }
td.TdClassName
{
border-color: #538F92;
}
.TagClassName
{
border-color: #538F92;
}
</style>