Shades of Waikawa Grey #5C689F
Tints of Waikawa Grey #5C689F
RGB
CMYK
RGB Variations
Color information
#5C689F (or 0x5C689F) is known color: Waikawa Grey. HEX triplet: 5C, 68 and 9F. RGB value is (92,104,159). Sum of RGB (Red+Green+Blue) = 92+104+159=355 (47% of max value = 765). Red value is 92 (36.33% from 255 or 25.92% from 355); Green value is 104 (41.02% from 255 or 29.30% from 355); Blue value is 159 (62.5% from 255 or 44.79% from 355); Max value from RGB is 159 - color contains mainly: blue. Hex color #5C689F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5C689F is #A39760. Grayscale: #6A6A6A. Windows color (decimal): -10721121 or 10446940. OLE color: 10446940.
HSL color Cylindrical-coordinate representation of color #5C689F: hue angle of 229.25º degrees, saturation: 0.27, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #5C689F is Cyan = 0.42, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 92 | 104 | 159 | - |
| CMYK | 0.42 | 0.35 | 0 | 0.38 |
| HSL | 229.25º | 0.27% | 0.49% | - |
| HSV(B) | 229.25º | 0.42% | 0.62% | - |
| XYZ | 15.62 | 14.68 | 34.81 | - |
| YUV | 106.68 | 157.52 | 117.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 104 | 159 | 0.42 | 0.35 | 0 | 0.38 | 229.25 | 0.27 | 0.49 |
| Hex | 5C | 68 | 9F | 2A | 23 | 0 | 26 | E5 | 1B | 31 |
| Octal | 134 | 150 | 237 | 52 | 43 | 0 | 46 | 345 | 33 | 61 |
| Binary | 1011100 | 1101000 | 10011111 | 101010 | 100011 | 0 | 100110 | 11100101 | 11011 | 110001 |
Color Harmonies of #5C689F
Complementary color
Monochromatic Colors of #5C689F
Black with #5C689F
Text Example
Text Example
White with #5C689F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C689F; }
p { color: rgb(92,104,159); }
H1.HeaderClassName
{
color: #5C689F;
}
.AnyTagClassName
{
color: #5C689F;
}
</style>
background-color css
<style>
a { background-color: #5C689F; }
a { background-color: rgb(92,104,159); }
div.DivClassName
{
background-color: #5C689F;
}
.BgClassName
{
background-color: #5C689F;
}
</style>
border-color css
<style>
span { border-color: #5C689F; }
span { border-color: rgb(92,104,159); }
td.TdClassName
{
border-color: #5C689F;
}
.TagClassName
{
border-color: #5C689F;
}
</style>