Shades of Waikawa Grey #5A648B
Tints of Waikawa Grey #5A648B
RGB
CMYK
RGB Variations
Color information
#5A648B (or 0x5A648B) is known color: Waikawa Grey. HEX triplet: 5A, 64 and 8B. RGB value is (90,100,139). Sum of RGB (Red+Green+Blue) = 90+100+139=329 (43% of max value = 765). Red value is 90 (35.55% from 255 or 27.36% from 329); Green value is 100 (39.45% from 255 or 30.40% from 329); Blue value is 139 (54.69% from 255 or 42.25% from 329); Max value from RGB is 139 - color contains mainly: blue. Hex color #5A648B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5A648B is #A59B74. Grayscale: #656565. Windows color (decimal): -10853237 or 9135194. OLE color: 9135194.
HSL color Cylindrical-coordinate representation of color #5A648B: hue angle of 227.76º degrees, saturation: 0.21, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #5A648B is Cyan = 0.35, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 90 | 100 | 139 | - |
| CMYK | 0.35 | 0.28 | 0 | 0.45 |
| HSL | 227.76º | 0.21% | 0.45% | - |
| HSV(B) | 227.76º | 0.35% | 0.55% | - |
| XYZ | 13.43 | 13.15 | 26.26 | - |
| YUV | 101.46 | 149.19 | 119.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 100 | 139 | 0.35 | 0.28 | 0 | 0.45 | 227.76 | 0.21 | 0.45 |
| Hex | 5A | 64 | 8B | 23 | 1C | 0 | 2D | E4 | 15 | 2D |
| Octal | 132 | 144 | 213 | 43 | 34 | 0 | 55 | 344 | 25 | 55 |
| Binary | 1011010 | 1100100 | 10001011 | 100011 | 11100 | 0 | 101101 | 11100100 | 10101 | 101101 |
Color Harmonies of #5A648B
Complementary color
Monochromatic Colors of #5A648B
Black with #5A648B
Text Example
Text Example
White with #5A648B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A648B; }
p { color: rgb(90,100,139); }
H1.HeaderClassName
{
color: #5A648B;
}
.AnyTagClassName
{
color: #5A648B;
}
</style>
background-color css
<style>
a { background-color: #5A648B; }
a { background-color: rgb(90,100,139); }
div.DivClassName
{
background-color: #5A648B;
}
.BgClassName
{
background-color: #5A648B;
}
</style>
border-color css
<style>
span { border-color: #5A648B; }
span { border-color: rgb(90,100,139); }
td.TdClassName
{
border-color: #5A648B;
}
.TagClassName
{
border-color: #5A648B;
}
</style>