Shades of Waikawa Grey #5A678D
Tints of Waikawa Grey #5A678D
RGB
CMYK
RGB Variations
Color information
#5A678D (or 0x5A678D) is known color: Waikawa Grey. HEX triplet: 5A, 67 and 8D. RGB value is (90,103,141). Sum of RGB (Red+Green+Blue) = 90+103+141=334 (44% of max value = 765). Red value is 90 (35.55% from 255 or 26.95% from 334); Green value is 103 (40.62% from 255 or 30.84% from 334); Blue value is 141 (55.47% from 255 or 42.22% from 334); Max value from RGB is 141 - color contains mainly: blue. Hex color #5A678D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5A678D is #A59872. Grayscale: #676767. Windows color (decimal): -10852467 or 9267034. OLE color: 9267034.
HSL color Cylindrical-coordinate representation of color #5A678D: hue angle of 224.71º degrees, saturation: 0.22, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #5A678D is Cyan = 0.36, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 90 | 103 | 141 | - |
| CMYK | 0.36 | 0.27 | 0 | 0.45 |
| HSL | 224.71º | 0.22% | 0.45% | - |
| HSV(B) | 224.71º | 0.36% | 0.55% | - |
| XYZ | 13.87 | 13.8 | 27.13 | - |
| YUV | 103.45 | 149.19 | 118.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 103 | 141 | 0.36 | 0.27 | 0 | 0.45 | 224.71 | 0.22 | 0.45 |
| Hex | 5A | 67 | 8D | 24 | 1B | 0 | 2D | E1 | 16 | 2D |
| Octal | 132 | 147 | 215 | 44 | 33 | 0 | 55 | 341 | 26 | 55 |
| Binary | 1011010 | 1100111 | 10001101 | 100100 | 11011 | 0 | 101101 | 11100001 | 10110 | 101101 |
Color Harmonies of #5A678D
Complementary color
Monochromatic Colors of #5A678D
Black with #5A678D
Text Example
Text Example
White with #5A678D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A678D; }
p { color: rgb(90,103,141); }
H1.HeaderClassName
{
color: #5A678D;
}
.AnyTagClassName
{
color: #5A678D;
}
</style>
background-color css
<style>
a { background-color: #5A678D; }
a { background-color: rgb(90,103,141); }
div.DivClassName
{
background-color: #5A678D;
}
.BgClassName
{
background-color: #5A678D;
}
</style>
border-color css
<style>
span { border-color: #5A678D; }
span { border-color: rgb(90,103,141); }
td.TdClassName
{
border-color: #5A678D;
}
.TagClassName
{
border-color: #5A678D;
}
</style>