Shades of Hippie Blue #568699
Tints of Hippie Blue #568699
RGB
CMYK
RGB Variations
Color information
#568699 (or 0x568699) is known color: Hippie Blue. HEX triplet: 56, 86 and 99. RGB value is (86,134,153). Sum of RGB (Red+Green+Blue) = 86+134+153=373 (49% of max value = 765). Red value is 86 (33.98% from 255 or 23.06% from 373); Green value is 134 (52.73% from 255 or 35.92% from 373); Blue value is 153 (60.16% from 255 or 41.02% from 373); Max value from RGB is 153 - color contains mainly: blue. Hex color #568699 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #568699 is #A97966. Grayscale: #797979. Windows color (decimal): -11106663 or 10061398. OLE color: 10061398.
HSL color Cylindrical-coordinate representation of color #568699: hue angle of 197.01º degrees, saturation: 0.28, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #568699 is Cyan = 0.44, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 86 | 134 | 153 | - |
| CMYK | 0.44 | 0.12 | 0 | 0.4 |
| HSL | 197.01º | 0.28% | 0.47% | - |
| HSV(B) | 197.01º | 0.44% | 0.6% | - |
| XYZ | 18.11 | 21.33 | 33.3 | - |
| YUV | 121.81 | 145.6 | 102.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 134 | 153 | 0.44 | 0.12 | 0 | 0.4 | 197.01 | 0.28 | 0.47 |
| Hex | 56 | 86 | 99 | 2C | C | 0 | 28 | C5 | 1C | 2F |
| Octal | 126 | 206 | 231 | 54 | 14 | 0 | 50 | 305 | 34 | 57 |
| Binary | 1010110 | 10000110 | 10011001 | 101100 | 1100 | 0 | 101000 | 11000101 | 11100 | 101111 |
Color Harmonies of #568699
Complementary color
Monochromatic Colors of #568699
Black with #568699
Text Example
Text Example
White with #568699
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #568699; }
p { color: rgb(86,134,153); }
H1.HeaderClassName
{
color: #568699;
}
.AnyTagClassName
{
color: #568699;
}
</style>
background-color css
<style>
a { background-color: #568699; }
a { background-color: rgb(86,134,153); }
div.DivClassName
{
background-color: #568699;
}
.BgClassName
{
background-color: #568699;
}
</style>
border-color css
<style>
span { border-color: #568699; }
span { border-color: rgb(86,134,153); }
td.TdClassName
{
border-color: #568699;
}
.TagClassName
{
border-color: #568699;
}
</style>