Shades of Half Baked #53858C
Tints of Half Baked #53858C
RGB
CMYK
RGB Variations
Color information
#53858C (or 0x53858C) is known color: Half Baked. HEX triplet: 53, 85 and 8C. RGB value is (83,133,140). Sum of RGB (Red+Green+Blue) = 83+133+140=356 (47% of max value = 765). Red value is 83 (32.81% from 255 or 23.31% from 356); Green value is 133 (52.34% from 255 or 37.36% from 356); Blue value is 140 (55.08% from 255 or 39.33% from 356); Max value from RGB is 140 - color contains mainly: blue. Hex color #53858C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #53858C is #AC7A73. Grayscale: #767676. Windows color (decimal): -11303540 or 9209171. OLE color: 9209171.
HSL color Cylindrical-coordinate representation of color #53858C: hue angle of 187.37º 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 #53858C is Cyan = 0.41, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 83 | 133 | 140 | - |
| CMYK | 0.41 | 0.05 | 0 | 0.45 |
| HSL | 187.37º | 0.26% | 0.44% | - |
| HSV(B) | 187.37º | 0.41% | 0.55% | - |
| XYZ | 16.69 | 20.51 | 27.89 | - |
| YUV | 118.85 | 139.94 | 102.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 133 | 140 | 0.41 | 0.05 | 0 | 0.45 | 187.37 | 0.26 | 0.44 |
| Hex | 53 | 85 | 8C | 29 | 5 | 0 | 2D | BB | 1A | 2C |
| Octal | 123 | 205 | 214 | 51 | 5 | 0 | 55 | 273 | 32 | 54 |
| Binary | 1010011 | 10000101 | 10001100 | 101001 | 101 | 0 | 101101 | 10111011 | 11010 | 101100 |
Color Harmonies of #53858C
Complementary color
Monochromatic Colors of #53858C
Black with #53858C
Text Example
Text Example
White with #53858C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53858C; }
p { color: rgb(83,133,140); }
H1.HeaderClassName
{
color: #53858C;
}
.AnyTagClassName
{
color: #53858C;
}
</style>
background-color css
<style>
a { background-color: #53858C; }
a { background-color: rgb(83,133,140); }
div.DivClassName
{
background-color: #53858C;
}
.BgClassName
{
background-color: #53858C;
}
</style>
border-color css
<style>
span { border-color: #53858C; }
span { border-color: rgb(83,133,140); }
td.TdClassName
{
border-color: #53858C;
}
.TagClassName
{
border-color: #53858C;
}
</style>