Shades of Waikawa Grey #5A6F9B
Tints of Waikawa Grey #5A6F9B
RGB
CMYK
RGB Variations
Color information
#5A6F9B (or 0x5A6F9B) is known color: Waikawa Grey. HEX triplet: 5A, 6F and 9B. RGB value is (90,111,155). Sum of RGB (Red+Green+Blue) = 90+111+155=356 (47% of max value = 765). Red value is 90 (35.55% from 255 or 25.28% from 356); Green value is 111 (43.75% from 255 or 31.18% from 356); Blue value is 155 (60.94% from 255 or 43.54% from 356); Max value from RGB is 155 - color contains mainly: blue. Hex color #5A6F9B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5A6F9B is #A59064. Grayscale: #6D6D6D. Windows color (decimal): -10850405 or 10186586. OLE color: 10186586.
HSL color Cylindrical-coordinate representation of color #5A6F9B: hue angle of 220.62º degrees, saturation: 0.27, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #5A6F9B is Cyan = 0.42, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 90 | 111 | 155 | - |
| CMYK | 0.42 | 0.28 | 0 | 0.39 |
| HSL | 220.62º | 0.27% | 0.48% | - |
| HSV(B) | 220.62º | 0.42% | 0.61% | - |
| XYZ | 15.82 | 15.91 | 33.25 | - |
| YUV | 109.74 | 153.54 | 113.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 111 | 155 | 0.42 | 0.28 | 0 | 0.39 | 220.62 | 0.27 | 0.48 |
| Hex | 5A | 6F | 9B | 2A | 1C | 0 | 27 | DD | 1B | 30 |
| Octal | 132 | 157 | 233 | 52 | 34 | 0 | 47 | 335 | 33 | 60 |
| Binary | 1011010 | 1101111 | 10011011 | 101010 | 11100 | 0 | 100111 | 11011101 | 11011 | 110000 |
Color Harmonies of #5A6F9B
Complementary color
Monochromatic Colors of #5A6F9B
Black with #5A6F9B
Text Example
Text Example
White with #5A6F9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A6F9B; }
p { color: rgb(90,111,155); }
H1.HeaderClassName
{
color: #5A6F9B;
}
.AnyTagClassName
{
color: #5A6F9B;
}
</style>
background-color css
<style>
a { background-color: #5A6F9B; }
a { background-color: rgb(90,111,155); }
div.DivClassName
{
background-color: #5A6F9B;
}
.BgClassName
{
background-color: #5A6F9B;
}
</style>
border-color css
<style>
span { border-color: #5A6F9B; }
span { border-color: rgb(90,111,155); }
td.TdClassName
{
border-color: #5A6F9B;
}
.TagClassName
{
border-color: #5A6F9B;
}
</style>