Shades of Hippie Blue #53828D
Tints of Hippie Blue #53828D
RGB
CMYK
RGB Variations
Color information
#53828D (or 0x53828D) is known color: Hippie Blue. HEX triplet: 53, 82 and 8D. RGB value is (83,130,141). Sum of RGB (Red+Green+Blue) = 83+130+141=354 (46% of max value = 765). Red value is 83 (32.81% from 255 or 23.45% from 354); Green value is 130 (51.17% from 255 or 36.72% from 354); Blue value is 141 (55.47% from 255 or 39.83% from 354); Max value from RGB is 141 - color contains mainly: blue. Hex color #53828D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #53828D is #AC7D72. Grayscale: #757575. Windows color (decimal): -11304307 or 9273939. OLE color: 9273939.
HSL color Cylindrical-coordinate representation of color #53828D: hue angle of 191.38º degrees, saturation: 0.26, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #53828D is Cyan = 0.41, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 83 | 130 | 141 | - |
| CMYK | 0.41 | 0.08 | 0 | 0.45 |
| HSL | 191.38º | 0.26% | 0.44% | - |
| HSV(B) | 191.38º | 0.41% | 0.55% | - |
| XYZ | 16.36 | 19.73 | 28.14 | - |
| YUV | 117.2 | 141.43 | 103.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 130 | 141 | 0.41 | 0.08 | 0 | 0.45 | 191.38 | 0.26 | 0.44 |
| Hex | 53 | 82 | 8D | 29 | 8 | 0 | 2D | BF | 1A | 2C |
| Octal | 123 | 202 | 215 | 51 | 10 | 0 | 55 | 277 | 32 | 54 |
| Binary | 1010011 | 10000010 | 10001101 | 101001 | 1000 | 0 | 101101 | 10111111 | 11010 | 101100 |
Color Harmonies of #53828D
Complementary color
Monochromatic Colors of #53828D
Black with #53828D
Text Example
Text Example
White with #53828D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53828D; }
p { color: rgb(83,130,141); }
H1.HeaderClassName
{
color: #53828D;
}
.AnyTagClassName
{
color: #53828D;
}
</style>
background-color css
<style>
a { background-color: #53828D; }
a { background-color: rgb(83,130,141); }
div.DivClassName
{
background-color: #53828D;
}
.BgClassName
{
background-color: #53828D;
}
</style>
border-color css
<style>
span { border-color: #53828D; }
span { border-color: rgb(83,130,141); }
td.TdClassName
{
border-color: #53828D;
}
.TagClassName
{
border-color: #53828D;
}
</style>