Shades of Hippie Blue #418591
Tints of Hippie Blue #418591
RGB
CMYK
RGB Variations
Color information
#418591 (or 0x418591) is known color: Hippie Blue. HEX triplet: 41, 85 and 91. RGB value is (65,133,145). Sum of RGB (Red+Green+Blue) = 65+133+145=343 (45% of max value = 765). Red value is 65 (25.78% from 255 or 18.95% from 343); Green value is 133 (52.34% from 255 or 38.78% from 343); Blue value is 145 (57.03% from 255 or 42.27% from 343); Max value from RGB is 145 - color contains mainly: blue. Hex color #418591 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #418591 is #BE7A6E. Grayscale: #717171. Windows color (decimal): -12483183 or 9536833. OLE color: 9536833.
HSL color Cylindrical-coordinate representation of color #418591: hue angle of 189º degrees, saturation: 0.38, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #418591 is Cyan = 0.55, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 65 | 133 | 145 | - |
| CMYK | 0.55 | 0.08 | 0 | 0.43 |
| HSL | 189º | 0.38% | 0.41% | - |
| HSV(B) | 189º | 0.55% | 0.57% | - |
| XYZ | 15.68 | 19.94 | 29.81 | - |
| YUV | 114.04 | 145.47 | 93.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 133 | 145 | 0.55 | 0.08 | 0 | 0.43 | 189 | 0.38 | 0.41 |
| Hex | 41 | 85 | 91 | 37 | 8 | 0 | 2B | BD | 26 | 29 |
| Octal | 101 | 205 | 221 | 67 | 10 | 0 | 53 | 275 | 46 | 51 |
| Binary | 1000001 | 10000101 | 10010001 | 110111 | 1000 | 0 | 101011 | 10111101 | 100110 | 101001 |
Color Harmonies of #418591
Complementary color
Monochromatic Colors of #418591
Black with #418591
Text Example
Text Example
White with #418591
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #418591; }
p { color: rgb(65,133,145); }
H1.HeaderClassName
{
color: #418591;
}
.AnyTagClassName
{
color: #418591;
}
</style>
background-color css
<style>
a { background-color: #418591; }
a { background-color: rgb(65,133,145); }
div.DivClassName
{
background-color: #418591;
}
.BgClassName
{
background-color: #418591;
}
</style>
border-color css
<style>
span { border-color: #418591; }
span { border-color: rgb(65,133,145); }
td.TdClassName
{
border-color: #418591;
}
.TagClassName
{
border-color: #418591;
}
</style>