Shades of Hippie Blue #568898
Tints of Hippie Blue #568898
RGB
CMYK
RGB Variations
Color information
#568898 (or 0x568898) is known color: Hippie Blue. HEX triplet: 56, 88 and 98. RGB value is (86,136,152). Sum of RGB (Red+Green+Blue) = 86+136+152=374 (49% of max value = 765). Red value is 86 (33.98% from 255 or 22.99% from 374); Green value is 136 (53.52% from 255 or 36.36% from 374); Blue value is 152 (59.77% from 255 or 40.64% from 374); Max value from RGB is 152 - color contains mainly: blue. Hex color #568898 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #568898 is #A97767. Grayscale: #7A7A7A. Windows color (decimal): -11106152 or 9996374. OLE color: 9996374.
HSL color Cylindrical-coordinate representation of color #568898: hue angle of 194.55º degrees, saturation: 0.28, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #568898 is Cyan = 0.43, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 86 | 136 | 152 | - |
| CMYK | 0.43 | 0.11 | 0 | 0.40 |
| HSL | 194.55º | 0.28% | 0.47% | - |
| HSV(B) | 194.55º | 0.43% | 0.6% | - |
| XYZ | 18.31 | 21.85 | 32.96 | - |
| YUV | 122.87 | 144.44 | 101.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 136 | 152 | 0.43 | 0.11 | 0 | 0.40 | 194.55 | 0.28 | 0.47 |
| Hex | 56 | 88 | 98 | 2B | B | 0 | 28 | C3 | 1C | 2F |
| Octal | 126 | 210 | 230 | 53 | 13 | 0 | 50 | 303 | 34 | 57 |
| Binary | 1010110 | 10001000 | 10011000 | 101011 | 1011 | 0 | 101000 | 11000011 | 11100 | 101111 |
Color Harmonies of #568898
Complementary color
Monochromatic Colors of #568898
Black with #568898
Text Example
Text Example
White with #568898
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #568898; }
p { color: rgb(86,136,152); }
H1.HeaderClassName
{
color: #568898;
}
.AnyTagClassName
{
color: #568898;
}
</style>
background-color css
<style>
a { background-color: #568898; }
a { background-color: rgb(86,136,152); }
div.DivClassName
{
background-color: #568898;
}
.BgClassName
{
background-color: #568898;
}
</style>
border-color css
<style>
span { border-color: #568898; }
span { border-color: rgb(86,136,152); }
td.TdClassName
{
border-color: #568898;
}
.TagClassName
{
border-color: #568898;
}
</style>