Shades of Waikawa Grey #5F6895
Tints of Waikawa Grey #5F6895
RGB
CMYK
RGB Variations
Color information
#5F6895 (or 0x5F6895) is known color: Waikawa Grey. HEX triplet: 5F, 68 and 95. RGB value is (95,104,149). Sum of RGB (Red+Green+Blue) = 95+104+149=348 (46% of max value = 765). Red value is 95 (37.5% from 255 or 27.30% from 348); Green value is 104 (41.02% from 255 or 29.89% from 348); Blue value is 149 (58.59% from 255 or 42.82% from 348); Max value from RGB is 149 - color contains mainly: blue. Hex color #5F6895 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5F6895 is #A0976A. Grayscale: #6A6A6A. Windows color (decimal): -10524523 or 9791583. OLE color: 9791583.
HSL color Cylindrical-coordinate representation of color #5F6895: hue angle of 230º degrees, saturation: 0.22, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #5F6895 is Cyan = 0.36, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 95 | 104 | 149 | - |
| CMYK | 0.36 | 0.30 | 0 | 0.42 |
| HSL | 230º | 0.22% | 0.48% | - |
| HSV(B) | 230º | 0.36% | 0.58% | - |
| XYZ | 15.09 | 14.5 | 30.44 | - |
| YUV | 106.44 | 152.02 | 119.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 104 | 149 | 0.36 | 0.30 | 0 | 0.42 | 230 | 0.22 | 0.48 |
| Hex | 5F | 68 | 95 | 24 | 1E | 0 | 2A | E6 | 16 | 30 |
| Octal | 137 | 150 | 225 | 44 | 36 | 0 | 52 | 346 | 26 | 60 |
| Binary | 1011111 | 1101000 | 10010101 | 100100 | 11110 | 0 | 101010 | 11100110 | 10110 | 110000 |
Color Harmonies of #5F6895
Complementary color
Monochromatic Colors of #5F6895
Black with #5F6895
Text Example
Text Example
White with #5F6895
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F6895; }
p { color: rgb(95,104,149); }
H1.HeaderClassName
{
color: #5F6895;
}
.AnyTagClassName
{
color: #5F6895;
}
</style>
background-color css
<style>
a { background-color: #5F6895; }
a { background-color: rgb(95,104,149); }
div.DivClassName
{
background-color: #5F6895;
}
.BgClassName
{
background-color: #5F6895;
}
</style>
border-color css
<style>
span { border-color: #5F6895; }
span { border-color: rgb(95,104,149); }
td.TdClassName
{
border-color: #5F6895;
}
.TagClassName
{
border-color: #5F6895;
}
</style>