Shades of Half Baked #538F98
Tints of Half Baked #538F98
RGB
CMYK
RGB Variations
Color information
#538F98 (or 0x538F98) is known color: Half Baked. HEX triplet: 53, 8F and 98. RGB value is (83,143,152). Sum of RGB (Red+Green+Blue) = 83+143+152=378 (50% of max value = 765). Red value is 83 (32.81% from 255 or 21.96% from 378); Green value is 143 (56.25% from 255 or 37.83% from 378); Blue value is 152 (59.77% from 255 or 40.21% from 378); Max value from RGB is 152 - color contains mainly: blue. Hex color #538F98 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #538F98 is #AC7067. Grayscale: #7D7D7D. Windows color (decimal): -11300968 or 9998163. OLE color: 9998163.
HSL color Cylindrical-coordinate representation of color #538F98: hue angle of 187.83º degrees, saturation: 0.29, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #538F98 is Cyan = 0.45, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 83 | 143 | 152 | - |
| CMYK | 0.45 | 0.06 | 0 | 0.40 |
| HSL | 187.83º | 0.29% | 0.46% | - |
| HSV(B) | 187.83º | 0.45% | 0.6% | - |
| XYZ | 19.06 | 23.75 | 33.29 | - |
| YUV | 126.09 | 142.62 | 97.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 143 | 152 | 0.45 | 0.06 | 0 | 0.40 | 187.83 | 0.29 | 0.46 |
| Hex | 53 | 8F | 98 | 2D | 6 | 0 | 28 | BC | 1D | 2E |
| Octal | 123 | 217 | 230 | 55 | 6 | 0 | 50 | 274 | 35 | 56 |
| Binary | 1010011 | 10001111 | 10011000 | 101101 | 110 | 0 | 101000 | 10111100 | 11101 | 101110 |
Color Harmonies of #538F98
Complementary color
Monochromatic Colors of #538F98
Black with #538F98
Text Example
Text Example
White with #538F98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #538F98; }
p { color: rgb(83,143,152); }
H1.HeaderClassName
{
color: #538F98;
}
.AnyTagClassName
{
color: #538F98;
}
</style>
background-color css
<style>
a { background-color: #538F98; }
a { background-color: rgb(83,143,152); }
div.DivClassName
{
background-color: #538F98;
}
.BgClassName
{
background-color: #538F98;
}
</style>
border-color css
<style>
span { border-color: #538F98; }
span { border-color: rgb(83,143,152); }
td.TdClassName
{
border-color: #538F98;
}
.TagClassName
{
border-color: #538F98;
}
</style>