Shades of Hippie Blue #538C99
Tints of Hippie Blue #538C99
RGB
CMYK
RGB Variations
Color information
#538C99 (or 0x538C99) is known color: Hippie Blue. HEX triplet: 53, 8C and 99. RGB value is (83,140,153). Sum of RGB (Red+Green+Blue) = 83+140+153=376 (49% of max value = 765). Red value is 83 (32.81% from 255 or 22.07% from 376); Green value is 140 (55.08% from 255 or 37.23% from 376); Blue value is 153 (60.16% from 255 or 40.69% from 376); Max value from RGB is 153 - color contains mainly: blue. Hex color #538C99 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #538C99 is #AC7366. Grayscale: #7C7C7C. Windows color (decimal): -11301735 or 10062931. OLE color: 10062931.
HSL color Cylindrical-coordinate representation of color #538C99: hue angle of 191.14º degrees, saturation: 0.3, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #538C99 is Cyan = 0.46, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 83 | 140 | 153 | - |
| CMYK | 0.46 | 0.08 | 0 | 0.4 |
| HSL | 191.14º | 0.3% | 0.46% | - |
| HSV(B) | 191.14º | 0.46% | 0.6% | - |
| XYZ | 18.7 | 22.9 | 33.57 | - |
| YUV | 124.44 | 144.12 | 98.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 140 | 153 | 0.46 | 0.08 | 0 | 0.4 | 191.14 | 0.3 | 0.46 |
| Hex | 53 | 8C | 99 | 2E | 8 | 0 | 28 | BF | 1E | 2E |
| Octal | 123 | 214 | 231 | 56 | 10 | 0 | 50 | 277 | 36 | 56 |
| Binary | 1010011 | 10001100 | 10011001 | 101110 | 1000 | 0 | 101000 | 10111111 | 11110 | 101110 |
Color Harmonies of #538C99
Complementary color
Monochromatic Colors of #538C99
Black with #538C99
Text Example
Text Example
White with #538C99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #538C99; }
p { color: rgb(83,140,153); }
H1.HeaderClassName
{
color: #538C99;
}
.AnyTagClassName
{
color: #538C99;
}
</style>
background-color css
<style>
a { background-color: #538C99; }
a { background-color: rgb(83,140,153); }
div.DivClassName
{
background-color: #538C99;
}
.BgClassName
{
background-color: #538C99;
}
</style>
border-color css
<style>
span { border-color: #538C99; }
span { border-color: rgb(83,140,153); }
td.TdClassName
{
border-color: #538C99;
}
.TagClassName
{
border-color: #538C99;
}
</style>