Shades of Half Baked #538890
Tints of Half Baked #538890
RGB
CMYK
RGB Variations
Color information
#538890 (or 0x538890) is known color: Half Baked. HEX triplet: 53, 88 and 90. RGB value is (83,136,144). Sum of RGB (Red+Green+Blue) = 83+136+144=363 (48% of max value = 765). Red value is 83 (32.81% from 255 or 22.87% from 363); Green value is 136 (53.52% from 255 or 37.47% from 363); Blue value is 144 (56.64% from 255 or 39.67% from 363); Max value from RGB is 144 - color contains mainly: blue. Hex color #538890 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #538890 is #AC776F. Grayscale: #787878. Windows color (decimal): -11302768 or 9472083. OLE color: 9472083.
HSL color Cylindrical-coordinate representation of color #538890: hue angle of 187.87º degrees, saturation: 0.27, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #538890 is Cyan = 0.42, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 83 | 136 | 144 | - |
| CMYK | 0.42 | 0.06 | 0 | 0.44 |
| HSL | 187.87º | 0.27% | 0.45% | - |
| HSV(B) | 187.87º | 0.42% | 0.56% | - |
| XYZ | 17.41 | 21.46 | 29.61 | - |
| YUV | 121.07 | 140.94 | 100.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 136 | 144 | 0.42 | 0.06 | 0 | 0.44 | 187.87 | 0.27 | 0.45 |
| Hex | 53 | 88 | 90 | 2A | 6 | 0 | 2C | BC | 1B | 2D |
| Octal | 123 | 210 | 220 | 52 | 6 | 0 | 54 | 274 | 33 | 55 |
| Binary | 1010011 | 10001000 | 10010000 | 101010 | 110 | 0 | 101100 | 10111100 | 11011 | 101101 |
Color Harmonies of #538890
Complementary color
Monochromatic Colors of #538890
Black with #538890
Text Example
Text Example
White with #538890
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #538890; }
p { color: rgb(83,136,144); }
H1.HeaderClassName
{
color: #538890;
}
.AnyTagClassName
{
color: #538890;
}
</style>
background-color css
<style>
a { background-color: #538890; }
a { background-color: rgb(83,136,144); }
div.DivClassName
{
background-color: #538890;
}
.BgClassName
{
background-color: #538890;
}
</style>
border-color css
<style>
span { border-color: #538890; }
span { border-color: rgb(83,136,144); }
td.TdClassName
{
border-color: #538890;
}
.TagClassName
{
border-color: #538890;
}
</style>