Shades of Half Baked #54919B
Tints of Half Baked #54919B
RGB
CMYK
RGB Variations
Color information
#54919B (or 0x54919B) is known color: Half Baked. HEX triplet: 54, 91 and 9B. RGB value is (84,145,155). Sum of RGB (Red+Green+Blue) = 84+145+155=384 (50% of max value = 765). Red value is 84 (33.20% from 255 or 21.88% from 384); Green value is 145 (57.03% from 255 or 37.76% from 384); Blue value is 155 (60.94% from 255 or 40.36% from 384); Max value from RGB is 155 - color contains mainly: blue. Hex color #54919B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #54919B is #AB6E64. Grayscale: #7F7F7F. Windows color (decimal): -11234917 or 10195284. OLE color: 10195284.
HSL color Cylindrical-coordinate representation of color #54919B: hue angle of 188.45º degrees, saturation: 0.3, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #54919B is Cyan = 0.46, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 84 | 145 | 155 | - |
| CMYK | 0.46 | 0.06 | 0 | 0.39 |
| HSL | 188.45º | 0.3% | 0.47% | - |
| HSV(B) | 188.45º | 0.46% | 0.61% | - |
| XYZ | 19.7 | 24.5 | 34.7 | - |
| YUV | 127.9 | 143.29 | 96.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 145 | 155 | 0.46 | 0.06 | 0 | 0.39 | 188.45 | 0.3 | 0.47 |
| Hex | 54 | 91 | 9B | 2E | 6 | 0 | 27 | BC | 1E | 2F |
| Octal | 124 | 221 | 233 | 56 | 6 | 0 | 47 | 274 | 36 | 57 |
| Binary | 1010100 | 10010001 | 10011011 | 101110 | 110 | 0 | 100111 | 10111100 | 11110 | 101111 |
Color Harmonies of #54919B
Complementary color
Monochromatic Colors of #54919B
Black with #54919B
Text Example
Text Example
White with #54919B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54919B; }
p { color: rgb(84,145,155); }
H1.HeaderClassName
{
color: #54919B;
}
.AnyTagClassName
{
color: #54919B;
}
</style>
background-color css
<style>
a { background-color: #54919B; }
a { background-color: rgb(84,145,155); }
div.DivClassName
{
background-color: #54919B;
}
.BgClassName
{
background-color: #54919B;
}
</style>
border-color css
<style>
span { border-color: #54919B; }
span { border-color: rgb(84,145,155); }
td.TdClassName
{
border-color: #54919B;
}
.TagClassName
{
border-color: #54919B;
}
</style>