Shades of Hippie Blue #568B99
Tints of Hippie Blue #568B99
RGB
CMYK
RGB Variations
Color information
#568B99 (or 0x568B99) is known color: Hippie Blue. HEX triplet: 56, 8B and 99. RGB value is (86,139,153). Sum of RGB (Red+Green+Blue) = 86+139+153=378 (50% of max value = 765). Red value is 86 (33.98% from 255 or 22.75% from 378); Green value is 139 (54.69% from 255 or 36.77% from 378); Blue value is 153 (60.16% from 255 or 40.48% from 378); Max value from RGB is 153 - color contains mainly: blue. Hex color #568B99 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #568B99 is #A97466. Grayscale: #7C7C7C. Windows color (decimal): -11105383 or 10062678. OLE color: 10062678.
HSL color Cylindrical-coordinate representation of color #568B99: hue angle of 192.54º 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 #568B99 is Cyan = 0.44, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 86 | 139 | 153 | - |
| CMYK | 0.44 | 0.09 | 0 | 0.4 |
| HSL | 192.54º | 0.28% | 0.47% | - |
| HSV(B) | 192.54º | 0.44% | 0.6% | - |
| XYZ | 18.82 | 22.74 | 33.54 | - |
| YUV | 124.75 | 143.94 | 100.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 139 | 153 | 0.44 | 0.09 | 0 | 0.4 | 192.54 | 0.28 | 0.47 |
| Hex | 56 | 8B | 99 | 2C | 9 | 0 | 28 | C1 | 1C | 2F |
| Octal | 126 | 213 | 231 | 54 | 11 | 0 | 50 | 301 | 34 | 57 |
| Binary | 1010110 | 10001011 | 10011001 | 101100 | 1001 | 0 | 101000 | 11000001 | 11100 | 101111 |
Color Harmonies of #568B99
Complementary color
Monochromatic Colors of #568B99
Black with #568B99
Text Example
Text Example
White with #568B99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #568B99; }
p { color: rgb(86,139,153); }
H1.HeaderClassName
{
color: #568B99;
}
.AnyTagClassName
{
color: #568B99;
}
</style>
background-color css
<style>
a { background-color: #568B99; }
a { background-color: rgb(86,139,153); }
div.DivClassName
{
background-color: #568B99;
}
.BgClassName
{
background-color: #568B99;
}
</style>
border-color css
<style>
span { border-color: #568B99; }
span { border-color: rgb(86,139,153); }
td.TdClassName
{
border-color: #568B99;
}
.TagClassName
{
border-color: #568B99;
}
</style>