Shades of Hippie Blue #538C9A
Tints of Hippie Blue #538C9A
RGB
CMYK
RGB Variations
Color information
#538C9A (or 0x538C9A) is known color: Hippie Blue. HEX triplet: 53, 8C and 9A. RGB value is (83,140,154). Sum of RGB (Red+Green+Blue) = 83+140+154=377 (49% of max value = 765). Red value is 83 (32.81% from 255 or 22.02% from 377); Green value is 140 (55.08% from 255 or 37.14% from 377); Blue value is 154 (60.55% from 255 or 40.85% from 377); Max value from RGB is 154 - color contains mainly: blue. Hex color #538C9A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #538C9A is #AC7365. Grayscale: #7C7C7C. Windows color (decimal): -11301734 or 10128467. OLE color: 10128467.
HSL color Cylindrical-coordinate representation of color #538C9A: hue angle of 191.83º 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 #538C9A is Cyan = 0.46, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 83 | 140 | 154 | - |
| CMYK | 0.46 | 0.09 | 0 | 0.40 |
| HSL | 191.83º | 0.3% | 0.46% | - |
| HSV(B) | 191.83º | 0.46% | 0.6% | - |
| XYZ | 18.78 | 22.93 | 34.01 | - |
| YUV | 124.55 | 144.62 | 98.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 140 | 154 | 0.46 | 0.09 | 0 | 0.40 | 191.83 | 0.3 | 0.46 |
| Hex | 53 | 8C | 9A | 2E | 9 | 0 | 28 | C0 | 1E | 2E |
| Octal | 123 | 214 | 232 | 56 | 11 | 0 | 50 | 300 | 36 | 56 |
| Binary | 1010011 | 10001100 | 10011010 | 101110 | 1001 | 0 | 101000 | 11000000 | 11110 | 101110 |
Color Harmonies of #538C9A
Complementary color
Monochromatic Colors of #538C9A
Black with #538C9A
Text Example
Text Example
White with #538C9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #538C9A; }
p { color: rgb(83,140,154); }
H1.HeaderClassName
{
color: #538C9A;
}
.AnyTagClassName
{
color: #538C9A;
}
</style>
background-color css
<style>
a { background-color: #538C9A; }
a { background-color: rgb(83,140,154); }
div.DivClassName
{
background-color: #538C9A;
}
.BgClassName
{
background-color: #538C9A;
}
</style>
border-color css
<style>
span { border-color: #538C9A; }
span { border-color: rgb(83,140,154); }
td.TdClassName
{
border-color: #538C9A;
}
.TagClassName
{
border-color: #538C9A;
}
</style>