Shades of Waikawa Grey #5F658B
Tints of Waikawa Grey #5F658B
RGB
CMYK
RGB Variations
Color information
#5F658B (or 0x5F658B) is known color: Waikawa Grey. HEX triplet: 5F, 65 and 8B. RGB value is (95,101,139). Sum of RGB (Red+Green+Blue) = 95+101+139=335 (44% of max value = 765). Red value is 95 (37.5% from 255 or 28.36% from 335); Green value is 101 (39.84% from 255 or 30.15% from 335); Blue value is 139 (54.69% from 255 or 41.49% from 335); Max value from RGB is 139 - color contains mainly: blue. Hex color #5F658B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5F658B is #A09A74. Grayscale: #676767. Windows color (decimal): -10525301 or 9135455. OLE color: 9135455.
HSL color Cylindrical-coordinate representation of color #5F658B: hue angle of 231.82º degrees, saturation: 0.19, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #5F658B is Cyan = 0.32, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 95 | 101 | 139 | - |
| CMYK | 0.32 | 0.27 | 0 | 0.45 |
| HSL | 231.82º | 0.19% | 0.46% | - |
| HSV(B) | 231.82º | 0.32% | 0.55% | - |
| XYZ | 14.03 | 13.6 | 26.31 | - |
| YUV | 103.54 | 148.01 | 121.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 101 | 139 | 0.32 | 0.27 | 0 | 0.45 | 231.82 | 0.19 | 0.46 |
| Hex | 5F | 65 | 8B | 20 | 1B | 0 | 2D | E8 | 13 | 2E |
| Octal | 137 | 145 | 213 | 40 | 33 | 0 | 55 | 350 | 23 | 56 |
| Binary | 1011111 | 1100101 | 10001011 | 100000 | 11011 | 0 | 101101 | 11101000 | 10011 | 101110 |
Color Harmonies of #5F658B
Complementary color
Monochromatic Colors of #5F658B
Black with #5F658B
Text Example
Text Example
White with #5F658B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F658B; }
p { color: rgb(95,101,139); }
H1.HeaderClassName
{
color: #5F658B;
}
.AnyTagClassName
{
color: #5F658B;
}
</style>
background-color css
<style>
a { background-color: #5F658B; }
a { background-color: rgb(95,101,139); }
div.DivClassName
{
background-color: #5F658B;
}
.BgClassName
{
background-color: #5F658B;
}
</style>
border-color css
<style>
span { border-color: #5F658B; }
span { border-color: rgb(95,101,139); }
td.TdClassName
{
border-color: #5F658B;
}
.TagClassName
{
border-color: #5F658B;
}
</style>