Shades of Waikawa Grey #5C7399
Tints of Waikawa Grey #5C7399
RGB
CMYK
RGB Variations
Color information
#5C7399 (or 0x5C7399) is known color: Waikawa Grey. HEX triplet: 5C, 73 and 99. RGB value is (92,115,153). Sum of RGB (Red+Green+Blue) = 92+115+153=360 (47% of max value = 765). Red value is 92 (36.33% from 255 or 25.56% from 360); Green value is 115 (45.31% from 255 or 31.94% from 360); Blue value is 153 (60.16% from 255 or 42.5% from 360); Max value from RGB is 153 - color contains mainly: blue. Hex color #5C7399 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5C7399 is #A38C66. Grayscale: #707070. Windows color (decimal): -10718311 or 10056540. OLE color: 10056540.
HSL color Cylindrical-coordinate representation of color #5C7399: hue angle of 217.38º 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 #5C7399 is Cyan = 0.40, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 92 | 115 | 153 | - |
| CMYK | 0.40 | 0.25 | 0 | 0.4 |
| HSL | 217.38º | 0.25% | 0.48% | - |
| HSV(B) | 217.38º | 0.4% | 0.6% | - |
| XYZ | 16.29 | 16.84 | 32.53 | - |
| YUV | 112.46 | 150.88 | 113.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 115 | 153 | 0.40 | 0.25 | 0 | 0.4 | 217.38 | 0.25 | 0.48 |
| Hex | 5C | 73 | 99 | 28 | 19 | 0 | 28 | D9 | 19 | 30 |
| Octal | 134 | 163 | 231 | 50 | 31 | 0 | 50 | 331 | 31 | 60 |
| Binary | 1011100 | 1110011 | 10011001 | 101000 | 11001 | 0 | 101000 | 11011001 | 11001 | 110000 |
Color Harmonies of #5C7399
Complementary color
Monochromatic Colors of #5C7399
Black with #5C7399
Text Example
Text Example
White with #5C7399
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C7399; }
p { color: rgb(92,115,153); }
H1.HeaderClassName
{
color: #5C7399;
}
.AnyTagClassName
{
color: #5C7399;
}
</style>
background-color css
<style>
a { background-color: #5C7399; }
a { background-color: rgb(92,115,153); }
div.DivClassName
{
background-color: #5C7399;
}
.BgClassName
{
background-color: #5C7399;
}
</style>
border-color css
<style>
span { border-color: #5C7399; }
span { border-color: rgb(92,115,153); }
td.TdClassName
{
border-color: #5C7399;
}
.TagClassName
{
border-color: #5C7399;
}
</style>