Shades of Hippie Blue #538896
Tints of Hippie Blue #538896
RGB
CMYK
RGB Variations
Color information
#538896 (or 0x538896) is known color: Hippie Blue. HEX triplet: 53, 88 and 96. RGB value is (83,136,150). Sum of RGB (Red+Green+Blue) = 83+136+150=369 (48% of max value = 765). Red value is 83 (32.81% from 255 or 22.49% from 369); Green value is 136 (53.52% from 255 or 36.86% from 369); Blue value is 150 (58.98% from 255 or 40.65% from 369); Max value from RGB is 150 - color contains mainly: blue. Hex color #538896 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #538896 is #AC7769. Grayscale: #797979. Windows color (decimal): -11302762 or 9865299. OLE color: 9865299.
HSL color Cylindrical-coordinate representation of color #538896: hue angle of 192.54º degrees, saturation: 0.29, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #538896 is Cyan = 0.45, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 83 | 136 | 150 | - |
| CMYK | 0.45 | 0.09 | 0 | 0.41 |
| HSL | 192.54º | 0.29% | 0.46% | - |
| HSV(B) | 192.54º | 0.45% | 0.59% | - |
| XYZ | 17.88 | 21.65 | 32.09 | - |
| YUV | 121.75 | 143.94 | 100.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 136 | 150 | 0.45 | 0.09 | 0 | 0.41 | 192.54 | 0.29 | 0.46 |
| Hex | 53 | 88 | 96 | 2D | 9 | 0 | 29 | C1 | 1D | 2E |
| Octal | 123 | 210 | 226 | 55 | 11 | 0 | 51 | 301 | 35 | 56 |
| Binary | 1010011 | 10001000 | 10010110 | 101101 | 1001 | 0 | 101001 | 11000001 | 11101 | 101110 |
Color Harmonies of #538896
Complementary color
Monochromatic Colors of #538896
Black with #538896
Text Example
Text Example
White with #538896
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #538896; }
p { color: rgb(83,136,150); }
H1.HeaderClassName
{
color: #538896;
}
.AnyTagClassName
{
color: #538896;
}
</style>
background-color css
<style>
a { background-color: #538896; }
a { background-color: rgb(83,136,150); }
div.DivClassName
{
background-color: #538896;
}
.BgClassName
{
background-color: #538896;
}
</style>
border-color css
<style>
span { border-color: #538896; }
span { border-color: rgb(83,136,150); }
td.TdClassName
{
border-color: #538896;
}
.TagClassName
{
border-color: #538896;
}
</style>