Shades of Waikawa Grey #5C7598
Tints of Waikawa Grey #5C7598
RGB
CMYK
RGB Variations
Color information
#5C7598 (or 0x5C7598) is known color: Waikawa Grey. HEX triplet: 5C, 75 and 98. RGB value is (92,117,152). Sum of RGB (Red+Green+Blue) = 92+117+152=361 (47% of max value = 765). Red value is 92 (36.33% from 255 or 25.48% from 361); Green value is 117 (46.09% from 255 or 32.41% from 361); Blue value is 152 (59.77% from 255 or 42.11% from 361); Max value from RGB is 152 - color contains mainly: blue. Hex color #5C7598 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5C7598 is #A38A67. Grayscale: #717171. Windows color (decimal): -10717800 or 9991516. OLE color: 9991516.
HSL color Cylindrical-coordinate representation of color #5C7598: hue angle of 215º degrees, saturation: 0.25, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #5C7598 is Cyan = 0.39, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 92 | 117 | 152 | - |
| CMYK | 0.39 | 0.23 | 0 | 0.40 |
| HSL | 215º | 0.25% | 0.48% | - |
| HSV(B) | 215º | 0.39% | 0.6% | - |
| XYZ | 16.44 | 17.26 | 32.17 | - |
| YUV | 113.52 | 149.72 | 112.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 117 | 152 | 0.39 | 0.23 | 0 | 0.40 | 215 | 0.25 | 0.48 |
| Hex | 5C | 75 | 98 | 27 | 17 | 0 | 28 | D7 | 19 | 30 |
| Octal | 134 | 165 | 230 | 47 | 27 | 0 | 50 | 327 | 31 | 60 |
| Binary | 1011100 | 1110101 | 10011000 | 100111 | 10111 | 0 | 101000 | 11010111 | 11001 | 110000 |
Color Harmonies of #5C7598
Complementary color
Monochromatic Colors of #5C7598
Black with #5C7598
Text Example
Text Example
White with #5C7598
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C7598; }
p { color: rgb(92,117,152); }
H1.HeaderClassName
{
color: #5C7598;
}
.AnyTagClassName
{
color: #5C7598;
}
</style>
background-color css
<style>
a { background-color: #5C7598; }
a { background-color: rgb(92,117,152); }
div.DivClassName
{
background-color: #5C7598;
}
.BgClassName
{
background-color: #5C7598;
}
</style>
border-color css
<style>
span { border-color: #5C7598; }
span { border-color: rgb(92,117,152); }
td.TdClassName
{
border-color: #5C7598;
}
.TagClassName
{
border-color: #5C7598;
}
</style>