Shades of Waikawa Grey #5A6B95
Tints of Waikawa Grey #5A6B95
RGB
CMYK
RGB Variations
Color information
#5A6B95 (or 0x5A6B95) is known color: Waikawa Grey. HEX triplet: 5A, 6B and 95. RGB value is (90,107,149). Sum of RGB (Red+Green+Blue) = 90+107+149=346 (45% of max value = 765). Red value is 90 (35.55% from 255 or 26.01% from 346); Green value is 107 (42.19% from 255 or 30.92% from 346); Blue value is 149 (58.59% from 255 or 43.06% from 346); Max value from RGB is 149 - color contains mainly: blue. Hex color #5A6B95 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5A6B95 is #A5946A. Grayscale: #6A6A6A. Windows color (decimal): -10851435 or 9792346. OLE color: 9792346.
HSL color Cylindrical-coordinate representation of color #5A6B95: hue angle of 222.71º degrees, saturation: 0.25, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #5A6B95 is Cyan = 0.40, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 90 | 107 | 149 | - |
| CMYK | 0.40 | 0.28 | 0 | 0.42 |
| HSL | 222.71º | 0.25% | 0.47% | - |
| HSV(B) | 222.71º | 0.4% | 0.58% | - |
| XYZ | 14.9 | 14.86 | 30.52 | - |
| YUV | 106.71 | 151.87 | 116.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 107 | 149 | 0.40 | 0.28 | 0 | 0.42 | 222.71 | 0.25 | 0.47 |
| Hex | 5A | 6B | 95 | 28 | 1C | 0 | 2A | DF | 19 | 2F |
| Octal | 132 | 153 | 225 | 50 | 34 | 0 | 52 | 337 | 31 | 57 |
| Binary | 1011010 | 1101011 | 10010101 | 101000 | 11100 | 0 | 101010 | 11011111 | 11001 | 101111 |
Color Harmonies of #5A6B95
Complementary color
Monochromatic Colors of #5A6B95
Black with #5A6B95
Text Example
Text Example
White with #5A6B95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A6B95; }
p { color: rgb(90,107,149); }
H1.HeaderClassName
{
color: #5A6B95;
}
.AnyTagClassName
{
color: #5A6B95;
}
</style>
background-color css
<style>
a { background-color: #5A6B95; }
a { background-color: rgb(90,107,149); }
div.DivClassName
{
background-color: #5A6B95;
}
.BgClassName
{
background-color: #5A6B95;
}
</style>
border-color css
<style>
span { border-color: #5A6B95; }
span { border-color: rgb(90,107,149); }
td.TdClassName
{
border-color: #5A6B95;
}
.TagClassName
{
border-color: #5A6B95;
}
</style>