Shades of Hippie Blue #538191
Tints of Hippie Blue #538191
RGB
CMYK
RGB Variations
Color information
#538191 (or 0x538191) is known color: Hippie Blue. HEX triplet: 53, 81 and 91. RGB value is (83,129,145). Sum of RGB (Red+Green+Blue) = 83+129+145=357 (47% of max value = 765). Red value is 83 (32.81% from 255 or 23.25% from 357); Green value is 129 (50.78% from 255 or 36.13% from 357); Blue value is 145 (57.03% from 255 or 40.62% from 357); Max value from RGB is 145 - color contains mainly: blue. Hex color #538191 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #538191 is #AC7E6E. Grayscale: #747474. Windows color (decimal): -11304559 or 9535827. OLE color: 9535827.
HSL color Cylindrical-coordinate representation of color #538191: hue angle of 195.48º degrees, saturation: 0.27, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #538191 is Cyan = 0.43, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 83 | 129 | 145 | - |
| CMYK | 0.43 | 0.11 | 0 | 0.43 |
| HSL | 195.48º | 0.27% | 0.45% | - |
| HSV(B) | 195.48º | 0.43% | 0.57% | - |
| XYZ | 16.53 | 19.58 | 29.7 | - |
| YUV | 117.07 | 143.76 | 103.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 129 | 145 | 0.43 | 0.11 | 0 | 0.43 | 195.48 | 0.27 | 0.45 |
| Hex | 53 | 81 | 91 | 2B | B | 0 | 2B | C3 | 1B | 2D |
| Octal | 123 | 201 | 221 | 53 | 13 | 0 | 53 | 303 | 33 | 55 |
| Binary | 1010011 | 10000001 | 10010001 | 101011 | 1011 | 0 | 101011 | 11000011 | 11011 | 101101 |
Color Harmonies of #538191
Complementary color
Monochromatic Colors of #538191
Black with #538191
Text Example
Text Example
White with #538191
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #538191; }
p { color: rgb(83,129,145); }
H1.HeaderClassName
{
color: #538191;
}
.AnyTagClassName
{
color: #538191;
}
</style>
background-color css
<style>
a { background-color: #538191; }
a { background-color: rgb(83,129,145); }
div.DivClassName
{
background-color: #538191;
}
.BgClassName
{
background-color: #538191;
}
</style>
border-color css
<style>
span { border-color: #538191; }
span { border-color: rgb(83,129,145); }
td.TdClassName
{
border-color: #538191;
}
.TagClassName
{
border-color: #538191;
}
</style>