Shades of Waikawa Grey #65718A
Tints of Waikawa Grey #65718A
RGB
CMYK
RGB Variations
Color information
#65718A (or 0x65718A) is known color: Waikawa Grey. HEX triplet: 65, 71 and 8A. RGB value is (101,113,138). Sum of RGB (Red+Green+Blue) = 101+113+138=352 (46% of max value = 765). Red value is 101 (39.84% from 255 or 28.69% from 352); Green value is 113 (44.53% from 255 or 32.10% from 352); Blue value is 138 (54.30% from 255 or 39.20% from 352); Max value from RGB is 138 - color contains mainly: blue. Hex color #65718A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #65718A is #9A8E75. Grayscale: #707070. Windows color (decimal): -10129014 or 9072997. OLE color: 9072997.
HSL color Cylindrical-coordinate representation of color #65718A: hue angle of 220.54º degrees, saturation: 0.15, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #65718A is Cyan = 0.27, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 101 | 113 | 138 | - |
| CMYK | 0.27 | 0.18 | 0 | 0.46 |
| HSL | 220.54º | 0.15% | 0.47% | - |
| HSV(B) | 220.54º | 0.27% | 0.54% | - |
| XYZ | 15.86 | 16.41 | 26.38 | - |
| YUV | 112.26 | 142.52 | 119.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 113 | 138 | 0.27 | 0.18 | 0 | 0.46 | 220.54 | 0.15 | 0.47 |
| Hex | 65 | 71 | 8A | 1B | 12 | 0 | 2E | DD | F | 2F |
| Octal | 145 | 161 | 212 | 33 | 22 | 0 | 56 | 335 | 17 | 57 |
| Binary | 1100101 | 1110001 | 10001010 | 11011 | 10010 | 0 | 101110 | 11011101 | 1111 | 101111 |
Color Harmonies of #65718A
Complementary color
Monochromatic Colors of #65718A
Black with #65718A
Text Example
Text Example
White with #65718A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65718A; }
p { color: rgb(101,113,138); }
H1.HeaderClassName
{
color: #65718A;
}
.AnyTagClassName
{
color: #65718A;
}
</style>
background-color css
<style>
a { background-color: #65718A; }
a { background-color: rgb(101,113,138); }
div.DivClassName
{
background-color: #65718A;
}
.BgClassName
{
background-color: #65718A;
}
</style>
border-color css
<style>
span { border-color: #65718A; }
span { border-color: rgb(101,113,138); }
td.TdClassName
{
border-color: #65718A;
}
.TagClassName
{
border-color: #65718A;
}
</style>