Shades of Hippie Blue #568EA1
Tints of Hippie Blue #568EA1
RGB
CMYK
RGB Variations
Color information
#568EA1 (or 0x568EA1) is known color: Hippie Blue. HEX triplet: 56, 8E and A1. RGB value is (86,142,161). Sum of RGB (Red+Green+Blue) = 86+142+161=389 (51% of max value = 765). Red value is 86 (33.98% from 255 or 22.11% from 389); Green value is 142 (55.86% from 255 or 36.50% from 389); Blue value is 161 (63.28% from 255 or 41.39% from 389); Max value from RGB is 161 - color contains mainly: blue. Hex color #568EA1 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #568EA1 is #A9715E. Grayscale: #7F7F7F. Windows color (decimal): -11104607 or 10587734. OLE color: 10587734.
HSL color Cylindrical-coordinate representation of color #568EA1: hue angle of 195.2º degrees, saturation: 0.3, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #568EA1 is Cyan = 0.47, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 86 | 142 | 161 | - |
| CMYK | 0.47 | 0.12 | 0 | 0.37 |
| HSL | 195.2º | 0.3% | 0.48% | - |
| HSV(B) | 195.2º | 0.47% | 0.63% | - |
| XYZ | 19.94 | 23.9 | 37.28 | - |
| YUV | 127.42 | 146.95 | 98.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 142 | 161 | 0.47 | 0.12 | 0 | 0.37 | 195.2 | 0.3 | 0.48 |
| Hex | 56 | 8E | A1 | 2F | C | 0 | 25 | C3 | 1E | 30 |
| Octal | 126 | 216 | 241 | 57 | 14 | 0 | 45 | 303 | 36 | 60 |
| Binary | 1010110 | 10001110 | 10100001 | 101111 | 1100 | 0 | 100101 | 11000011 | 11110 | 110000 |
Color Harmonies of #568EA1
Complementary color
Monochromatic Colors of #568EA1
Black with #568EA1
Text Example
Text Example
White with #568EA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #568EA1; }
p { color: rgb(86,142,161); }
H1.HeaderClassName
{
color: #568EA1;
}
.AnyTagClassName
{
color: #568EA1;
}
</style>
background-color css
<style>
a { background-color: #568EA1; }
a { background-color: rgb(86,142,161); }
div.DivClassName
{
background-color: #568EA1;
}
.BgClassName
{
background-color: #568EA1;
}
</style>
border-color css
<style>
span { border-color: #568EA1; }
span { border-color: rgb(86,142,161); }
td.TdClassName
{
border-color: #568EA1;
}
.TagClassName
{
border-color: #568EA1;
}
</style>