Shades of Waikawa Grey #5C789A
Tints of Waikawa Grey #5C789A
RGB
CMYK
RGB Variations
Color information
#5C789A (or 0x5C789A) is known color: Waikawa Grey. HEX triplet: 5C, 78 and 9A. RGB value is (92,120,154). Sum of RGB (Red+Green+Blue) = 92+120+154=366 (48% of max value = 765). Red value is 92 (36.33% from 255 or 25.14% from 366); Green value is 120 (47.27% from 255 or 32.79% from 366); Blue value is 154 (60.55% from 255 or 42.08% from 366); Max value from RGB is 154 - color contains mainly: blue. Hex color #5C789A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5C789A is #A38765. Grayscale: #737373. Windows color (decimal): -10717030 or 10123356. OLE color: 10123356.
HSL color Cylindrical-coordinate representation of color #5C789A: hue angle of 212.9º degrees, saturation: 0.25, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #5C789A is Cyan = 0.40, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 92 | 120 | 154 | - |
| CMYK | 0.40 | 0.22 | 0 | 0.40 |
| HSL | 212.9º | 0.25% | 0.48% | - |
| HSV(B) | 212.9º | 0.4% | 0.6% | - |
| XYZ | 16.96 | 18.04 | 33.16 | - |
| YUV | 115.5 | 149.72 | 111.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 120 | 154 | 0.40 | 0.22 | 0 | 0.40 | 212.9 | 0.25 | 0.48 |
| Hex | 5C | 78 | 9A | 28 | 16 | 0 | 28 | D5 | 19 | 30 |
| Octal | 134 | 170 | 232 | 50 | 26 | 0 | 50 | 325 | 31 | 60 |
| Binary | 1011100 | 1111000 | 10011010 | 101000 | 10110 | 0 | 101000 | 11010101 | 11001 | 110000 |
Color Harmonies of #5C789A
Complementary color
Monochromatic Colors of #5C789A
Black with #5C789A
Text Example
Text Example
White with #5C789A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C789A; }
p { color: rgb(92,120,154); }
H1.HeaderClassName
{
color: #5C789A;
}
.AnyTagClassName
{
color: #5C789A;
}
</style>
background-color css
<style>
a { background-color: #5C789A; }
a { background-color: rgb(92,120,154); }
div.DivClassName
{
background-color: #5C789A;
}
.BgClassName
{
background-color: #5C789A;
}
</style>
border-color css
<style>
span { border-color: #5C789A; }
span { border-color: rgb(92,120,154); }
td.TdClassName
{
border-color: #5C789A;
}
.TagClassName
{
border-color: #5C789A;
}
</style>