Shades of Hippie Blue #568498
Tints of Hippie Blue #568498
RGB
CMYK
RGB Variations
Color information
#568498 (or 0x568498) is known color: Hippie Blue. HEX triplet: 56, 84 and 98. RGB value is (86,132,152). Sum of RGB (Red+Green+Blue) = 86+132+152=370 (49% of max value = 765). Red value is 86 (33.98% from 255 or 23.24% from 370); Green value is 132 (51.95% from 255 or 35.68% from 370); Blue value is 152 (59.77% from 255 or 41.08% from 370); Max value from RGB is 152 - color contains mainly: blue. Hex color #568498 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #568498 is #A97B67. Grayscale: #787878. Windows color (decimal): -11107176 or 9995350. OLE color: 9995350.
HSL color Cylindrical-coordinate representation of color #568498: hue angle of 198.18º 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 #568498 is Cyan = 0.43, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 86 | 132 | 152 | - |
| CMYK | 0.43 | 0.13 | 0 | 0.40 |
| HSL | 198.18º | 0.28% | 0.47% | - |
| HSV(B) | 198.18º | 0.43% | 0.6% | - |
| XYZ | 17.76 | 20.75 | 32.77 | - |
| YUV | 120.53 | 145.76 | 103.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 132 | 152 | 0.43 | 0.13 | 0 | 0.40 | 198.18 | 0.28 | 0.47 |
| Hex | 56 | 84 | 98 | 2B | D | 0 | 28 | C6 | 1C | 2F |
| Octal | 126 | 204 | 230 | 53 | 15 | 0 | 50 | 306 | 34 | 57 |
| Binary | 1010110 | 10000100 | 10011000 | 101011 | 1101 | 0 | 101000 | 11000110 | 11100 | 101111 |
Color Harmonies of #568498
Complementary color
Monochromatic Colors of #568498
Black with #568498
Text Example
Text Example
White with #568498
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #568498; }
p { color: rgb(86,132,152); }
H1.HeaderClassName
{
color: #568498;
}
.AnyTagClassName
{
color: #568498;
}
</style>
background-color css
<style>
a { background-color: #568498; }
a { background-color: rgb(86,132,152); }
div.DivClassName
{
background-color: #568498;
}
.BgClassName
{
background-color: #568498;
}
</style>
border-color css
<style>
span { border-color: #568498; }
span { border-color: rgb(86,132,152); }
td.TdClassName
{
border-color: #568498;
}
.TagClassName
{
border-color: #568498;
}
</style>