Shades of Waikawa Grey #5F7392
Tints of Waikawa Grey #5F7392
RGB
CMYK
RGB Variations
Color information
#5F7392 (or 0x5F7392) is known color: Waikawa Grey. HEX triplet: 5F, 73 and 92. RGB value is (95,115,146). Sum of RGB (Red+Green+Blue) = 95+115+146=356 (47% of max value = 765). Red value is 95 (37.5% from 255 or 26.69% from 356); Green value is 115 (45.31% from 255 or 32.30% from 356); Blue value is 146 (57.42% from 255 or 41.01% from 356); Max value from RGB is 146 - color contains mainly: blue. Hex color #5F7392 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5F7392 is #A08C6D. Grayscale: #707070. Windows color (decimal): -10521710 or 9597791. OLE color: 9597791.
HSL color Cylindrical-coordinate representation of color #5F7392: hue angle of 216.47º degrees, saturation: 0.21, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #5F7392 is Cyan = 0.35, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 95 | 115 | 146 | - |
| CMYK | 0.35 | 0.21 | 0 | 0.43 |
| HSL | 216.47º | 0.21% | 0.47% | - |
| HSV(B) | 216.47º | 0.35% | 0.57% | - |
| XYZ | 16.04 | 16.77 | 29.59 | - |
| YUV | 112.55 | 146.87 | 115.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 115 | 146 | 0.35 | 0.21 | 0 | 0.43 | 216.47 | 0.21 | 0.47 |
| Hex | 5F | 73 | 92 | 23 | 15 | 0 | 2B | D8 | 15 | 2F |
| Octal | 137 | 163 | 222 | 43 | 25 | 0 | 53 | 330 | 25 | 57 |
| Binary | 1011111 | 1110011 | 10010010 | 100011 | 10101 | 0 | 101011 | 11011000 | 10101 | 101111 |
Color Harmonies of #5F7392
Complementary color
Monochromatic Colors of #5F7392
Black with #5F7392
Text Example
Text Example
White with #5F7392
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F7392; }
p { color: rgb(95,115,146); }
H1.HeaderClassName
{
color: #5F7392;
}
.AnyTagClassName
{
color: #5F7392;
}
</style>
background-color css
<style>
a { background-color: #5F7392; }
a { background-color: rgb(95,115,146); }
div.DivClassName
{
background-color: #5F7392;
}
.BgClassName
{
background-color: #5F7392;
}
</style>
border-color css
<style>
span { border-color: #5F7392; }
span { border-color: rgb(95,115,146); }
td.TdClassName
{
border-color: #5F7392;
}
.TagClassName
{
border-color: #5F7392;
}
</style>