Shades of Waikawa Grey #5A668B
Tints of Waikawa Grey #5A668B
RGB
CMYK
RGB Variations
Color information
#5A668B (or 0x5A668B) is known color: Waikawa Grey. HEX triplet: 5A, 66 and 8B. RGB value is (90,102,139). Sum of RGB (Red+Green+Blue) = 90+102+139=331 (43% of max value = 765). Red value is 90 (35.55% from 255 or 27.19% from 331); Green value is 102 (40.23% from 255 or 30.82% from 331); Blue value is 139 (54.69% from 255 or 41.99% from 331); Max value from RGB is 139 - color contains mainly: blue. Hex color #5A668B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5A668B is #A59974. Grayscale: #666666. Windows color (decimal): -10852725 or 9135706. OLE color: 9135706.
HSL color Cylindrical-coordinate representation of color #5A668B: hue angle of 225.31º 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 #5A668B is Cyan = 0.35, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 90 | 102 | 139 | - |
| CMYK | 0.35 | 0.27 | 0 | 0.45 |
| HSL | 225.31º | 0.21% | 0.45% | - |
| HSV(B) | 225.31º | 0.35% | 0.55% | - |
| XYZ | 13.63 | 13.54 | 26.32 | - |
| YUV | 102.63 | 148.52 | 118.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 102 | 139 | 0.35 | 0.27 | 0 | 0.45 | 225.31 | 0.21 | 0.45 |
| Hex | 5A | 66 | 8B | 23 | 1B | 0 | 2D | E1 | 15 | 2D |
| Octal | 132 | 146 | 213 | 43 | 33 | 0 | 55 | 341 | 25 | 55 |
| Binary | 1011010 | 1100110 | 10001011 | 100011 | 11011 | 0 | 101101 | 11100001 | 10101 | 101101 |
Color Harmonies of #5A668B
Complementary color
Monochromatic Colors of #5A668B
Black with #5A668B
Text Example
Text Example
White with #5A668B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A668B; }
p { color: rgb(90,102,139); }
H1.HeaderClassName
{
color: #5A668B;
}
.AnyTagClassName
{
color: #5A668B;
}
</style>
background-color css
<style>
a { background-color: #5A668B; }
a { background-color: rgb(90,102,139); }
div.DivClassName
{
background-color: #5A668B;
}
.BgClassName
{
background-color: #5A668B;
}
</style>
border-color css
<style>
span { border-color: #5A668B; }
span { border-color: rgb(90,102,139); }
td.TdClassName
{
border-color: #5A668B;
}
.TagClassName
{
border-color: #5A668B;
}
</style>