Shades of Waikawa Grey #5A6F99
Tints of Waikawa Grey #5A6F99
RGB
CMYK
RGB Variations
Color information
#5A6F99 (or 0x5A6F99) is known color: Waikawa Grey. HEX triplet: 5A, 6F and 99. RGB value is (90,111,153). Sum of RGB (Red+Green+Blue) = 90+111+153=354 (46% of max value = 765). Red value is 90 (35.55% from 255 or 25.42% from 354); Green value is 111 (43.75% from 255 or 31.36% from 354); Blue value is 153 (60.16% from 255 or 43.22% from 354); Max value from RGB is 153 - color contains mainly: blue. Hex color #5A6F99 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5A6F99 is #A59066. Grayscale: #6D6D6D. Windows color (decimal): -10850407 or 10055514. OLE color: 10055514.
HSL color Cylindrical-coordinate representation of color #5A6F99: hue angle of 220º degrees, saturation: 0.26, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #5A6F99 is Cyan = 0.41, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 90 | 111 | 153 | - |
| CMYK | 0.41 | 0.27 | 0 | 0.4 |
| HSL | 220º | 0.26% | 0.48% | - |
| HSV(B) | 220º | 0.41% | 0.6% | - |
| XYZ | 15.65 | 15.84 | 32.37 | - |
| YUV | 109.51 | 152.54 | 114.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 111 | 153 | 0.41 | 0.27 | 0 | 0.4 | 220 | 0.26 | 0.48 |
| Hex | 5A | 6F | 99 | 29 | 1B | 0 | 28 | DC | 1A | 30 |
| Octal | 132 | 157 | 231 | 51 | 33 | 0 | 50 | 334 | 32 | 60 |
| Binary | 1011010 | 1101111 | 10011001 | 101001 | 11011 | 0 | 101000 | 11011100 | 11010 | 110000 |
Color Harmonies of #5A6F99
Complementary color
Monochromatic Colors of #5A6F99
Black with #5A6F99
Text Example
Text Example
White with #5A6F99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A6F99; }
p { color: rgb(90,111,153); }
H1.HeaderClassName
{
color: #5A6F99;
}
.AnyTagClassName
{
color: #5A6F99;
}
</style>
background-color css
<style>
a { background-color: #5A6F99; }
a { background-color: rgb(90,111,153); }
div.DivClassName
{
background-color: #5A6F99;
}
.BgClassName
{
background-color: #5A6F99;
}
</style>
border-color css
<style>
span { border-color: #5A6F99; }
span { border-color: rgb(90,111,153); }
td.TdClassName
{
border-color: #5A6F99;
}
.TagClassName
{
border-color: #5A6F99;
}
</style>