Shades of Waikawa Grey #5F6790
Tints of Waikawa Grey #5F6790
RGB
CMYK
RGB Variations
Color information
#5F6790 (or 0x5F6790) is known color: Waikawa Grey. HEX triplet: 5F, 67 and 90. RGB value is (95,103,144). Sum of RGB (Red+Green+Blue) = 95+103+144=342 (45% of max value = 765). Red value is 95 (37.5% from 255 or 27.78% from 342); Green value is 103 (40.62% from 255 or 30.12% from 342); Blue value is 144 (56.64% from 255 or 42.11% from 342); Max value from RGB is 144 - color contains mainly: blue. Hex color #5F6790 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5F6790 is #A0986F. Grayscale: #696969. Windows color (decimal): -10524784 or 9463647. OLE color: 9463647.
HSL color Cylindrical-coordinate representation of color #5F6790: hue angle of 230.2º degrees, saturation: 0.21, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #5F6790 is Cyan = 0.34, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 95 | 103 | 144 | - |
| CMYK | 0.34 | 0.28 | 0 | 0.44 |
| HSL | 230.2º | 0.21% | 0.47% | - |
| HSV(B) | 230.2º | 0.34% | 0.56% | - |
| XYZ | 14.6 | 14.15 | 28.35 | - |
| YUV | 105.28 | 149.85 | 120.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 103 | 144 | 0.34 | 0.28 | 0 | 0.44 | 230.2 | 0.21 | 0.47 |
| Hex | 5F | 67 | 90 | 22 | 1C | 0 | 2C | E6 | 15 | 2F |
| Octal | 137 | 147 | 220 | 42 | 34 | 0 | 54 | 346 | 25 | 57 |
| Binary | 1011111 | 1100111 | 10010000 | 100010 | 11100 | 0 | 101100 | 11100110 | 10101 | 101111 |
Color Harmonies of #5F6790
Complementary color
Monochromatic Colors of #5F6790
Black with #5F6790
Text Example
Text Example
White with #5F6790
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F6790; }
p { color: rgb(95,103,144); }
H1.HeaderClassName
{
color: #5F6790;
}
.AnyTagClassName
{
color: #5F6790;
}
</style>
background-color css
<style>
a { background-color: #5F6790; }
a { background-color: rgb(95,103,144); }
div.DivClassName
{
background-color: #5F6790;
}
.BgClassName
{
background-color: #5F6790;
}
</style>
border-color css
<style>
span { border-color: #5F6790; }
span { border-color: rgb(95,103,144); }
td.TdClassName
{
border-color: #5F6790;
}
.TagClassName
{
border-color: #5F6790;
}
</style>