Shades of Hippie Blue #538B9A
Tints of Hippie Blue #538B9A
RGB
CMYK
RGB Variations
Color information
#538B9A (or 0x538B9A) is known color: Hippie Blue. HEX triplet: 53, 8B and 9A. RGB value is (83,139,154). Sum of RGB (Red+Green+Blue) = 83+139+154=376 (49% of max value = 765). Red value is 83 (32.81% from 255 or 22.07% from 376); Green value is 139 (54.69% from 255 or 36.97% from 376); Blue value is 154 (60.55% from 255 or 40.96% from 376); Max value from RGB is 154 - color contains mainly: blue. Hex color #538B9A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #538B9A is #AC7465. Grayscale: #7B7B7B. Windows color (decimal): -11301990 or 10128211. OLE color: 10128211.
HSL color Cylindrical-coordinate representation of color #538B9A: hue angle of 192.68º 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 #538B9A is Cyan = 0.46, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 83 | 139 | 154 | - |
| CMYK | 0.46 | 0.10 | 0 | 0.40 |
| HSL | 192.68º | 0.3% | 0.46% | - |
| HSV(B) | 192.68º | 0.46% | 0.6% | - |
| XYZ | 18.63 | 22.64 | 33.96 | - |
| YUV | 123.97 | 144.95 | 98.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 139 | 154 | 0.46 | 0.10 | 0 | 0.40 | 192.68 | 0.3 | 0.46 |
| Hex | 53 | 8B | 9A | 2E | A | 0 | 28 | C1 | 1E | 2E |
| Octal | 123 | 213 | 232 | 56 | 12 | 0 | 50 | 301 | 36 | 56 |
| Binary | 1010011 | 10001011 | 10011010 | 101110 | 1010 | 0 | 101000 | 11000001 | 11110 | 101110 |
Color Harmonies of #538B9A
Complementary color
Monochromatic Colors of #538B9A
Black with #538B9A
Text Example
Text Example
White with #538B9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #538B9A; }
p { color: rgb(83,139,154); }
H1.HeaderClassName
{
color: #538B9A;
}
.AnyTagClassName
{
color: #538B9A;
}
</style>
background-color css
<style>
a { background-color: #538B9A; }
a { background-color: rgb(83,139,154); }
div.DivClassName
{
background-color: #538B9A;
}
.BgClassName
{
background-color: #538B9A;
}
</style>
border-color css
<style>
span { border-color: #538B9A; }
span { border-color: rgb(83,139,154); }
td.TdClassName
{
border-color: #538B9A;
}
.TagClassName
{
border-color: #538B9A;
}
</style>