Shades of Waikawa Grey #5C7099
Tints of Waikawa Grey #5C7099
RGB
CMYK
RGB Variations
Color information
#5C7099 (or 0x5C7099) is known color: Waikawa Grey. HEX triplet: 5C, 70 and 99. RGB value is (92,112,153). Sum of RGB (Red+Green+Blue) = 92+112+153=357 (47% of max value = 765). Red value is 92 (36.33% from 255 or 25.77% from 357); Green value is 112 (44.14% from 255 or 31.37% from 357); Blue value is 153 (60.16% from 255 or 42.86% from 357); Max value from RGB is 153 - color contains mainly: blue. Hex color #5C7099 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5C7099 is #A38F66. Grayscale: #6E6E6E. Windows color (decimal): -10719079 or 10055772. OLE color: 10055772.
HSL color Cylindrical-coordinate representation of color #5C7099: hue angle of 220.33º 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 #5C7099 is Cyan = 0.40, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 92 | 112 | 153 | - |
| CMYK | 0.40 | 0.27 | 0 | 0.4 |
| HSL | 220.33º | 0.25% | 0.48% | - |
| HSV(B) | 220.33º | 0.4% | 0.6% | - |
| XYZ | 15.96 | 16.16 | 32.42 | - |
| YUV | 110.69 | 151.87 | 114.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 112 | 153 | 0.40 | 0.27 | 0 | 0.4 | 220.33 | 0.25 | 0.48 |
| Hex | 5C | 70 | 99 | 28 | 1B | 0 | 28 | DC | 19 | 30 |
| Octal | 134 | 160 | 231 | 50 | 33 | 0 | 50 | 334 | 31 | 60 |
| Binary | 1011100 | 1110000 | 10011001 | 101000 | 11011 | 0 | 101000 | 11011100 | 11001 | 110000 |
Color Harmonies of #5C7099
Complementary color
Monochromatic Colors of #5C7099
Black with #5C7099
Text Example
Text Example
White with #5C7099
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C7099; }
p { color: rgb(92,112,153); }
H1.HeaderClassName
{
color: #5C7099;
}
.AnyTagClassName
{
color: #5C7099;
}
</style>
background-color css
<style>
a { background-color: #5C7099; }
a { background-color: rgb(92,112,153); }
div.DivClassName
{
background-color: #5C7099;
}
.BgClassName
{
background-color: #5C7099;
}
</style>
border-color css
<style>
span { border-color: #5C7099; }
span { border-color: rgb(92,112,153); }
td.TdClassName
{
border-color: #5C7099;
}
.TagClassName
{
border-color: #5C7099;
}
</style>