Shades of Hippie Blue #428591
Tints of Hippie Blue #428591
RGB
CMYK
RGB Variations
Color information
#428591 (or 0x428591) is known color: Hippie Blue. HEX triplet: 42, 85 and 91. RGB value is (66,133,145). Sum of RGB (Red+Green+Blue) = 66+133+145=344 (45% of max value = 765). Red value is 66 (26.17% from 255 or 19.19% from 344); Green value is 133 (52.34% from 255 or 38.66% from 344); Blue value is 145 (57.03% from 255 or 42.15% from 344); Max value from RGB is 145 - color contains mainly: blue. Hex color #428591 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #428591 is #BD7A6E. Grayscale: #727272. Windows color (decimal): -12417647 or 9536834. OLE color: 9536834.
HSL color Cylindrical-coordinate representation of color #428591: hue angle of 189.11º degrees, saturation: 0.37, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #428591 is Cyan = 0.54, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 66 | 133 | 145 | - |
| CMYK | 0.54 | 0.08 | 0 | 0.43 |
| HSL | 189.11º | 0.37% | 0.41% | - |
| HSV(B) | 189.11º | 0.54% | 0.57% | - |
| XYZ | 15.75 | 19.98 | 29.81 | - |
| YUV | 114.34 | 145.3 | 93.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 133 | 145 | 0.54 | 0.08 | 0 | 0.43 | 189.11 | 0.37 | 0.41 |
| Hex | 42 | 85 | 91 | 36 | 8 | 0 | 2B | BD | 25 | 29 |
| Octal | 102 | 205 | 221 | 66 | 10 | 0 | 53 | 275 | 45 | 51 |
| Binary | 1000010 | 10000101 | 10010001 | 110110 | 1000 | 0 | 101011 | 10111101 | 100101 | 101001 |
Color Harmonies of #428591
Complementary color
Monochromatic Colors of #428591
Black with #428591
Text Example
Text Example
White with #428591
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #428591; }
p { color: rgb(66,133,145); }
H1.HeaderClassName
{
color: #428591;
}
.AnyTagClassName
{
color: #428591;
}
</style>
background-color css
<style>
a { background-color: #428591; }
a { background-color: rgb(66,133,145); }
div.DivClassName
{
background-color: #428591;
}
.BgClassName
{
background-color: #428591;
}
</style>
border-color css
<style>
span { border-color: #428591; }
span { border-color: rgb(66,133,145); }
td.TdClassName
{
border-color: #428591;
}
.TagClassName
{
border-color: #428591;
}
</style>