Shades of Half Baked #538A8D
Tints of Half Baked #538A8D
RGB
CMYK
RGB Variations
Color information
#538A8D (or 0x538A8D) is known color: Half Baked. HEX triplet: 53, 8A and 8D. RGB value is (83,138,141). Sum of RGB (Red+Green+Blue) = 83+138+141=362 (47% of max value = 765). Red value is 83 (32.81% from 255 or 22.93% from 362); Green value is 138 (54.30% from 255 or 38.12% from 362); Blue value is 141 (55.47% from 255 or 38.95% from 362); Max value from RGB is 141 - color contains mainly: blue. Hex color #538A8D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #538A8D is #AC7572. Grayscale: #797979. Windows color (decimal): -11302259 or 9275987. OLE color: 9275987.
HSL color Cylindrical-coordinate representation of color #538A8D: hue angle of 183.1º degrees, saturation: 0.26, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #538A8D is Cyan = 0.41, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 83 | 138 | 141 | - |
| CMYK | 0.41 | 0.02 | 0 | 0.45 |
| HSL | 183.1º | 0.26% | 0.44% | - |
| HSV(B) | 183.1º | 0.41% | 0.55% | - |
| XYZ | 17.46 | 21.94 | 28.51 | - |
| YUV | 121.9 | 138.78 | 100.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 138 | 141 | 0.41 | 0.02 | 0 | 0.45 | 183.1 | 0.26 | 0.44 |
| Hex | 53 | 8A | 8D | 29 | 2 | 0 | 2D | B7 | 1A | 2C |
| Octal | 123 | 212 | 215 | 51 | 2 | 0 | 55 | 267 | 32 | 54 |
| Binary | 1010011 | 10001010 | 10001101 | 101001 | 10 | 0 | 101101 | 10110111 | 11010 | 101100 |
Color Harmonies of #538A8D
Complementary color
Monochromatic Colors of #538A8D
Black with #538A8D
Text Example
Text Example
White with #538A8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #538A8D; }
p { color: rgb(83,138,141); }
H1.HeaderClassName
{
color: #538A8D;
}
.AnyTagClassName
{
color: #538A8D;
}
</style>
background-color css
<style>
a { background-color: #538A8D; }
a { background-color: rgb(83,138,141); }
div.DivClassName
{
background-color: #538A8D;
}
.BgClassName
{
background-color: #538A8D;
}
</style>
border-color css
<style>
span { border-color: #538A8D; }
span { border-color: rgb(83,138,141); }
td.TdClassName
{
border-color: #538A8D;
}
.TagClassName
{
border-color: #538A8D;
}
</style>