Shades of Half Baked #538A95
Tints of Half Baked #538A95
RGB
CMYK
RGB Variations
Color information
#538A95 (or 0x538A95) is known color: Half Baked. HEX triplet: 53, 8A and 95. RGB value is (83,138,149). Sum of RGB (Red+Green+Blue) = 83+138+149=370 (49% of max value = 765). Red value is 83 (32.81% from 255 or 22.43% from 370); Green value is 138 (54.30% from 255 or 37.30% from 370); Blue value is 149 (58.59% from 255 or 40.27% from 370); Max value from RGB is 149 - color contains mainly: blue. Hex color #538A95 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #538A95 is #AC756A. Grayscale: #7A7A7A. Windows color (decimal): -11302251 or 9800275. OLE color: 9800275.
HSL color Cylindrical-coordinate representation of color #538A95: hue angle of 190º degrees, saturation: 0.28, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #538A95 is Cyan = 0.44, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 83 | 138 | 149 | - |
| CMYK | 0.44 | 0.07 | 0 | 0.42 |
| HSL | 190º | 0.28% | 0.45% | - |
| HSV(B) | 190º | 0.44% | 0.58% | - |
| XYZ | 18.08 | 22.19 | 31.76 | - |
| YUV | 122.81 | 142.78 | 99.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 138 | 149 | 0.44 | 0.07 | 0 | 0.42 | 190 | 0.28 | 0.45 |
| Hex | 53 | 8A | 95 | 2C | 7 | 0 | 2A | BE | 1C | 2D |
| Octal | 123 | 212 | 225 | 54 | 7 | 0 | 52 | 276 | 34 | 55 |
| Binary | 1010011 | 10001010 | 10010101 | 101100 | 111 | 0 | 101010 | 10111110 | 11100 | 101101 |
Color Harmonies of #538A95
Complementary color
Monochromatic Colors of #538A95
Black with #538A95
Text Example
Text Example
White with #538A95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #538A95; }
p { color: rgb(83,138,149); }
H1.HeaderClassName
{
color: #538A95;
}
.AnyTagClassName
{
color: #538A95;
}
</style>
background-color css
<style>
a { background-color: #538A95; }
a { background-color: rgb(83,138,149); }
div.DivClassName
{
background-color: #538A95;
}
.BgClassName
{
background-color: #538A95;
}
</style>
border-color css
<style>
span { border-color: #538A95; }
span { border-color: rgb(83,138,149); }
td.TdClassName
{
border-color: #538A95;
}
.TagClassName
{
border-color: #538A95;
}
</style>