Shades of Half Baked #538B91
Tints of Half Baked #538B91
RGB
CMYK
RGB Variations
Color information
#538B91 (or 0x538B91) is known color: Half Baked. HEX triplet: 53, 8B and 91. RGB value is (83,139,145). Sum of RGB (Red+Green+Blue) = 83+139+145=367 (48% of max value = 765). Red value is 83 (32.81% from 255 or 22.62% from 367); Green value is 139 (54.69% from 255 or 37.87% from 367); Blue value is 145 (57.03% from 255 or 39.51% from 367); Max value from RGB is 145 - color contains mainly: blue. Hex color #538B91 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #538B91 is #AC746E. Grayscale: #7A7A7A. Windows color (decimal): -11301999 or 9538387. OLE color: 9538387.
HSL color Cylindrical-coordinate representation of color #538B91: hue angle of 185.81º degrees, saturation: 0.27, 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 #538B91 is Cyan = 0.43, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 83 | 139 | 145 | - |
| CMYK | 0.43 | 0.04 | 0 | 0.43 |
| HSL | 185.81º | 0.27% | 0.45% | - |
| HSV(B) | 185.81º | 0.43% | 0.57% | - |
| XYZ | 17.91 | 22.35 | 30.16 | - |
| YUV | 122.94 | 140.45 | 99.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 139 | 145 | 0.43 | 0.04 | 0 | 0.43 | 185.81 | 0.27 | 0.45 |
| Hex | 53 | 8B | 91 | 2B | 4 | 0 | 2B | BA | 1B | 2D |
| Octal | 123 | 213 | 221 | 53 | 4 | 0 | 53 | 272 | 33 | 55 |
| Binary | 1010011 | 10001011 | 10010001 | 101011 | 100 | 0 | 101011 | 10111010 | 11011 | 101101 |
Color Harmonies of #538B91
Complementary color
Monochromatic Colors of #538B91
Black with #538B91
Text Example
Text Example
White with #538B91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #538B91; }
p { color: rgb(83,139,145); }
H1.HeaderClassName
{
color: #538B91;
}
.AnyTagClassName
{
color: #538B91;
}
</style>
background-color css
<style>
a { background-color: #538B91; }
a { background-color: rgb(83,139,145); }
div.DivClassName
{
background-color: #538B91;
}
.BgClassName
{
background-color: #538B91;
}
</style>
border-color css
<style>
span { border-color: #538B91; }
span { border-color: rgb(83,139,145); }
td.TdClassName
{
border-color: #538B91;
}
.TagClassName
{
border-color: #538B91;
}
</style>