Shades of Hippie Blue #56869C
Tints of Hippie Blue #56869C
RGB
CMYK
RGB Variations
Color information
#56869C (or 0x56869C) is known color: Hippie Blue. HEX triplet: 56, 86 and 9C. RGB value is (86,134,156). Sum of RGB (Red+Green+Blue) = 86+134+156=376 (49% of max value = 765). Red value is 86 (33.98% from 255 or 22.87% from 376); Green value is 134 (52.73% from 255 or 35.64% from 376); Blue value is 156 (61.33% from 255 or 41.49% from 376); Max value from RGB is 156 - color contains mainly: blue. Hex color #56869C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #56869C is #A97963. Grayscale: #7A7A7A. Windows color (decimal): -11106660 or 10258006. OLE color: 10258006.
HSL color Cylindrical-coordinate representation of color #56869C: hue angle of 198.86º degrees, saturation: 0.29, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #56869C is Cyan = 0.45, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 86 | 134 | 156 | - |
| CMYK | 0.45 | 0.14 | 0 | 0.39 |
| HSL | 198.86º | 0.29% | 0.47% | - |
| HSV(B) | 198.86º | 0.45% | 0.61% | - |
| XYZ | 18.36 | 21.43 | 34.62 | - |
| YUV | 122.16 | 147.1 | 102.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 134 | 156 | 0.45 | 0.14 | 0 | 0.39 | 198.86 | 0.29 | 0.47 |
| Hex | 56 | 86 | 9C | 2D | E | 0 | 27 | C7 | 1D | 2F |
| Octal | 126 | 206 | 234 | 55 | 16 | 0 | 47 | 307 | 35 | 57 |
| Binary | 1010110 | 10000110 | 10011100 | 101101 | 1110 | 0 | 100111 | 11000111 | 11101 | 101111 |
Color Harmonies of #56869C
Complementary color
Monochromatic Colors of #56869C
Black with #56869C
Text Example
Text Example
White with #56869C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56869C; }
p { color: rgb(86,134,156); }
H1.HeaderClassName
{
color: #56869C;
}
.AnyTagClassName
{
color: #56869C;
}
</style>
background-color css
<style>
a { background-color: #56869C; }
a { background-color: rgb(86,134,156); }
div.DivClassName
{
background-color: #56869C;
}
.BgClassName
{
background-color: #56869C;
}
</style>
border-color css
<style>
span { border-color: #56869C; }
span { border-color: rgb(86,134,156); }
td.TdClassName
{
border-color: #56869C;
}
.TagClassName
{
border-color: #56869C;
}
</style>