Shades of Waikawa Grey #65729C
Tints of Waikawa Grey #65729C
RGB
CMYK
RGB Variations
Color information
#65729C (or 0x65729C) is known color: Waikawa Grey. HEX triplet: 65, 72 and 9C. RGB value is (101,114,156). Sum of RGB (Red+Green+Blue) = 101+114+156=371 (49% of max value = 765). Red value is 101 (39.84% from 255 or 27.22% from 371); Green value is 114 (44.92% from 255 or 30.73% from 371); Blue value is 156 (61.33% from 255 or 42.05% from 371); Max value from RGB is 156 - color contains mainly: blue. Hex color #65729C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #65729C is #9A8D63. Grayscale: #727272. Windows color (decimal): -10128740 or 10252901. OLE color: 10252901.
HSL color Cylindrical-coordinate representation of color #65729C: hue angle of 225.82º degrees, saturation: 0.22, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #65729C is Cyan = 0.35, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 101 | 114 | 156 | - |
| CMYK | 0.35 | 0.27 | 0 | 0.39 |
| HSL | 225.82º | 0.22% | 0.5% | - |
| HSV(B) | 225.82º | 0.35% | 0.61% | - |
| XYZ | 17.38 | 17.2 | 33.86 | - |
| YUV | 114.9 | 151.19 | 118.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 114 | 156 | 0.35 | 0.27 | 0 | 0.39 | 225.82 | 0.22 | 0.5 |
| Hex | 65 | 72 | 9C | 23 | 1B | 0 | 27 | E2 | 16 | 32 |
| Octal | 145 | 162 | 234 | 43 | 33 | 0 | 47 | 342 | 26 | 62 |
| Binary | 1100101 | 1110010 | 10011100 | 100011 | 11011 | 0 | 100111 | 11100010 | 10110 | 110010 |
Color Harmonies of #65729C
Complementary color
Monochromatic Colors of #65729C
Black with #65729C
Text Example
Text Example
White with #65729C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65729C; }
p { color: rgb(101,114,156); }
H1.HeaderClassName
{
color: #65729C;
}
.AnyTagClassName
{
color: #65729C;
}
</style>
background-color css
<style>
a { background-color: #65729C; }
a { background-color: rgb(101,114,156); }
div.DivClassName
{
background-color: #65729C;
}
.BgClassName
{
background-color: #65729C;
}
</style>
border-color css
<style>
span { border-color: #65729C; }
span { border-color: rgb(101,114,156); }
td.TdClassName
{
border-color: #65729C;
}
.TagClassName
{
border-color: #65729C;
}
</style>