Shades of Half Baked #538C96
Tints of Half Baked #538C96
RGB
CMYK
RGB Variations
Color information
#538C96 (or 0x538C96) is known color: Half Baked. HEX triplet: 53, 8C and 96. RGB value is (83,140,150). Sum of RGB (Red+Green+Blue) = 83+140+150=373 (49% of max value = 765). Red value is 83 (32.81% from 255 or 22.25% from 373); Green value is 140 (55.08% from 255 or 37.53% from 373); Blue value is 150 (58.98% from 255 or 40.21% from 373); Max value from RGB is 150 - color contains mainly: blue. Hex color #538C96 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #538C96 is #AC7369. Grayscale: #7C7C7C. Windows color (decimal): -11301738 or 9866323. OLE color: 9866323.
HSL color Cylindrical-coordinate representation of color #538C96: hue angle of 188.96º degrees, saturation: 0.29, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #538C96 is Cyan = 0.45, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 83 | 140 | 150 | - |
| CMYK | 0.45 | 0.07 | 0 | 0.41 |
| HSL | 188.96º | 0.29% | 0.46% | - |
| HSV(B) | 188.96º | 0.45% | 0.59% | - |
| XYZ | 18.45 | 22.8 | 32.28 | - |
| YUV | 124.1 | 142.62 | 98.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 140 | 150 | 0.45 | 0.07 | 0 | 0.41 | 188.96 | 0.29 | 0.46 |
| Hex | 53 | 8C | 96 | 2D | 7 | 0 | 29 | BD | 1D | 2E |
| Octal | 123 | 214 | 226 | 55 | 7 | 0 | 51 | 275 | 35 | 56 |
| Binary | 1010011 | 10001100 | 10010110 | 101101 | 111 | 0 | 101001 | 10111101 | 11101 | 101110 |
Color Harmonies of #538C96
Complementary color
Monochromatic Colors of #538C96
Black with #538C96
Text Example
Text Example
White with #538C96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #538C96; }
p { color: rgb(83,140,150); }
H1.HeaderClassName
{
color: #538C96;
}
.AnyTagClassName
{
color: #538C96;
}
</style>
background-color css
<style>
a { background-color: #538C96; }
a { background-color: rgb(83,140,150); }
div.DivClassName
{
background-color: #538C96;
}
.BgClassName
{
background-color: #538C96;
}
</style>
border-color css
<style>
span { border-color: #538C96; }
span { border-color: rgb(83,140,150); }
td.TdClassName
{
border-color: #538C96;
}
.TagClassName
{
border-color: #538C96;
}
</style>