Shades of Waikawa Grey #5C7998
Tints of Waikawa Grey #5C7998
RGB
CMYK
RGB Variations
Color information
#5C7998 (or 0x5C7998) is known color: Waikawa Grey. HEX triplet: 5C, 79 and 98. RGB value is (92,121,152). Sum of RGB (Red+Green+Blue) = 92+121+152=365 (48% of max value = 765). Red value is 92 (36.33% from 255 or 25.21% from 365); Green value is 121 (47.66% from 255 or 33.15% from 365); Blue value is 152 (59.77% from 255 or 41.64% from 365); Max value from RGB is 152 - color contains mainly: blue. Hex color #5C7998 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5C7998 is #A38667. Grayscale: #737373. Windows color (decimal): -10716776 or 9992540. OLE color: 9992540.
HSL color Cylindrical-coordinate representation of color #5C7998: hue angle of 211º 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 #5C7998 is Cyan = 0.39, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 92 | 121 | 152 | - |
| CMYK | 0.39 | 0.20 | 0 | 0.40 |
| HSL | 211º | 0.25% | 0.48% | - |
| HSV(B) | 211º | 0.39% | 0.6% | - |
| XYZ | 16.92 | 18.22 | 32.33 | - |
| YUV | 115.86 | 148.39 | 110.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 121 | 152 | 0.39 | 0.20 | 0 | 0.40 | 211 | 0.25 | 0.48 |
| Hex | 5C | 79 | 98 | 27 | 14 | 0 | 28 | D3 | 19 | 30 |
| Octal | 134 | 171 | 230 | 47 | 24 | 0 | 50 | 323 | 31 | 60 |
| Binary | 1011100 | 1111001 | 10011000 | 100111 | 10100 | 0 | 101000 | 11010011 | 11001 | 110000 |
Color Harmonies of #5C7998
Complementary color
Monochromatic Colors of #5C7998
Black with #5C7998
Text Example
Text Example
White with #5C7998
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C7998; }
p { color: rgb(92,121,152); }
H1.HeaderClassName
{
color: #5C7998;
}
.AnyTagClassName
{
color: #5C7998;
}
</style>
background-color css
<style>
a { background-color: #5C7998; }
a { background-color: rgb(92,121,152); }
div.DivClassName
{
background-color: #5C7998;
}
.BgClassName
{
background-color: #5C7998;
}
</style>
border-color css
<style>
span { border-color: #5C7998; }
span { border-color: rgb(92,121,152); }
td.TdClassName
{
border-color: #5C7998;
}
.TagClassName
{
border-color: #5C7998;
}
</style>