Shades of Waikawa Grey #5C749A
Tints of Waikawa Grey #5C749A
RGB
CMYK
RGB Variations
Color information
#5C749A (or 0x5C749A) is known color: Waikawa Grey. HEX triplet: 5C, 74 and 9A. RGB value is (92,116,154). Sum of RGB (Red+Green+Blue) = 92+116+154=362 (47% of max value = 765). Red value is 92 (36.33% from 255 or 25.41% from 362); Green value is 116 (45.70% from 255 or 32.04% from 362); Blue value is 154 (60.55% from 255 or 42.54% from 362); Max value from RGB is 154 - color contains mainly: blue. Hex color #5C749A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5C749A is #A38B65. Grayscale: #707070. Windows color (decimal): -10718054 or 10122332. OLE color: 10122332.
HSL color Cylindrical-coordinate representation of color #5C749A: hue angle of 216.77º 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 #5C749A is Cyan = 0.40, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 92 | 116 | 154 | - |
| CMYK | 0.40 | 0.25 | 0 | 0.40 |
| HSL | 216.77º | 0.25% | 0.48% | - |
| HSV(B) | 216.77º | 0.4% | 0.6% | - |
| XYZ | 16.49 | 17.1 | 33 | - |
| YUV | 113.16 | 151.05 | 112.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 116 | 154 | 0.40 | 0.25 | 0 | 0.40 | 216.77 | 0.25 | 0.48 |
| Hex | 5C | 74 | 9A | 28 | 19 | 0 | 28 | D9 | 19 | 30 |
| Octal | 134 | 164 | 232 | 50 | 31 | 0 | 50 | 331 | 31 | 60 |
| Binary | 1011100 | 1110100 | 10011010 | 101000 | 11001 | 0 | 101000 | 11011001 | 11001 | 110000 |
Color Harmonies of #5C749A
Complementary color
Monochromatic Colors of #5C749A
Black with #5C749A
Text Example
Text Example
White with #5C749A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C749A; }
p { color: rgb(92,116,154); }
H1.HeaderClassName
{
color: #5C749A;
}
.AnyTagClassName
{
color: #5C749A;
}
</style>
background-color css
<style>
a { background-color: #5C749A; }
a { background-color: rgb(92,116,154); }
div.DivClassName
{
background-color: #5C749A;
}
.BgClassName
{
background-color: #5C749A;
}
</style>
border-color css
<style>
span { border-color: #5C749A; }
span { border-color: rgb(92,116,154); }
td.TdClassName
{
border-color: #5C749A;
}
.TagClassName
{
border-color: #5C749A;
}
</style>