Shades of Waikawa Grey #56658C
Tints of Waikawa Grey #56658C
RGB
CMYK
RGB Variations
Color information
#56658C (or 0x56658C) is known color: Waikawa Grey. HEX triplet: 56, 65 and 8C. RGB value is (86,101,140). Sum of RGB (Red+Green+Blue) = 86+101+140=327 (43% of max value = 765). Red value is 86 (33.98% from 255 or 26.30% from 327); Green value is 101 (39.84% from 255 or 30.89% from 327); Blue value is 140 (55.08% from 255 or 42.81% from 327); Max value from RGB is 140 - color contains mainly: blue. Hex color #56658C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #56658C is #A99A73. Grayscale: #646464. Windows color (decimal): -11115124 or 9200982. OLE color: 9200982.
HSL color Cylindrical-coordinate representation of color #56658C: hue angle of 223.33º degrees, saturation: 0.24, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #56658C is Cyan = 0.39, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 86 | 101 | 140 | - |
| CMYK | 0.39 | 0.28 | 0 | 0.45 |
| HSL | 223.33º | 0.24% | 0.44% | - |
| HSV(B) | 223.33º | 0.39% | 0.55% | - |
| XYZ | 13.23 | 13.18 | 26.66 | - |
| YUV | 100.96 | 150.03 | 117.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 101 | 140 | 0.39 | 0.28 | 0 | 0.45 | 223.33 | 0.24 | 0.44 |
| Hex | 56 | 65 | 8C | 27 | 1C | 0 | 2D | DF | 18 | 2C |
| Octal | 126 | 145 | 214 | 47 | 34 | 0 | 55 | 337 | 30 | 54 |
| Binary | 1010110 | 1100101 | 10001100 | 100111 | 11100 | 0 | 101101 | 11011111 | 11000 | 101100 |
Color Harmonies of #56658C
Complementary color
Monochromatic Colors of #56658C
Black with #56658C
Text Example
Text Example
White with #56658C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56658C; }
p { color: rgb(86,101,140); }
H1.HeaderClassName
{
color: #56658C;
}
.AnyTagClassName
{
color: #56658C;
}
</style>
background-color css
<style>
a { background-color: #56658C; }
a { background-color: rgb(86,101,140); }
div.DivClassName
{
background-color: #56658C;
}
.BgClassName
{
background-color: #56658C;
}
</style>
border-color css
<style>
span { border-color: #56658C; }
span { border-color: rgb(86,101,140); }
td.TdClassName
{
border-color: #56658C;
}
.TagClassName
{
border-color: #56658C;
}
</style>