Shades of Hippie Blue #568999
Tints of Hippie Blue #568999
RGB
CMYK
RGB Variations
Color information
#568999 (or 0x568999) is known color: Hippie Blue. HEX triplet: 56, 89 and 99. RGB value is (86,137,153). Sum of RGB (Red+Green+Blue) = 86+137+153=376 (49% of max value = 765). Red value is 86 (33.98% from 255 or 22.87% from 376); Green value is 137 (53.91% from 255 or 36.44% from 376); Blue value is 153 (60.16% from 255 or 40.69% from 376); Max value from RGB is 153 - color contains mainly: blue. Hex color #568999 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #568999 is #A97666. Grayscale: #7B7B7B. Windows color (decimal): -11105895 or 10062166. OLE color: 10062166.
HSL color Cylindrical-coordinate representation of color #568999: hue angle of 194.33º 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 #568999 is Cyan = 0.44, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 86 | 137 | 153 | - |
| CMYK | 0.44 | 0.10 | 0 | 0.4 |
| HSL | 194.33º | 0.28% | 0.47% | - |
| HSV(B) | 194.33º | 0.44% | 0.6% | - |
| XYZ | 18.53 | 22.17 | 33.44 | - |
| YUV | 123.58 | 144.6 | 101.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 137 | 153 | 0.44 | 0.10 | 0 | 0.4 | 194.33 | 0.28 | 0.47 |
| Hex | 56 | 89 | 99 | 2C | A | 0 | 28 | C2 | 1C | 2F |
| Octal | 126 | 211 | 231 | 54 | 12 | 0 | 50 | 302 | 34 | 57 |
| Binary | 1010110 | 10001001 | 10011001 | 101100 | 1010 | 0 | 101000 | 11000010 | 11100 | 101111 |
Color Harmonies of #568999
Complementary color
Monochromatic Colors of #568999
Black with #568999
Text Example
Text Example
White with #568999
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #568999; }
p { color: rgb(86,137,153); }
H1.HeaderClassName
{
color: #568999;
}
.AnyTagClassName
{
color: #568999;
}
</style>
background-color css
<style>
a { background-color: #568999; }
a { background-color: rgb(86,137,153); }
div.DivClassName
{
background-color: #568999;
}
.BgClassName
{
background-color: #568999;
}
</style>
border-color css
<style>
span { border-color: #568999; }
span { border-color: rgb(86,137,153); }
td.TdClassName
{
border-color: #568999;
}
.TagClassName
{
border-color: #568999;
}
</style>