Shades of Waikawa Grey #65759B
Tints of Waikawa Grey #65759B
RGB
CMYK
RGB Variations
Color information
#65759B (or 0x65759B) is known color: Waikawa Grey. HEX triplet: 65, 75 and 9B. RGB value is (101,117,155). Sum of RGB (Red+Green+Blue) = 101+117+155=373 (49% of max value = 765). Red value is 101 (39.84% from 255 or 27.08% from 373); Green value is 117 (46.09% from 255 or 31.37% from 373); Blue value is 155 (60.94% from 255 or 41.55% from 373); Max value from RGB is 155 - color contains mainly: blue. Hex color #65759B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #65759B is #9A8A64. Grayscale: #747474. Windows color (decimal): -10127973 or 10188133. OLE color: 10188133.
HSL color Cylindrical-coordinate representation of color #65759B: hue angle of 222.22º degrees, saturation: 0.21, 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 #65759B is Cyan = 0.35, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 101 | 117 | 155 | - |
| CMYK | 0.35 | 0.25 | 0 | 0.39 |
| HSL | 222.22º | 0.21% | 0.5% | - |
| HSV(B) | 222.22º | 0.35% | 0.61% | - |
| XYZ | 17.64 | 17.86 | 33.53 | - |
| YUV | 116.55 | 149.7 | 116.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 117 | 155 | 0.35 | 0.25 | 0 | 0.39 | 222.22 | 0.21 | 0.5 |
| Hex | 65 | 75 | 9B | 23 | 19 | 0 | 27 | DE | 15 | 32 |
| Octal | 145 | 165 | 233 | 43 | 31 | 0 | 47 | 336 | 25 | 62 |
| Binary | 1100101 | 1110101 | 10011011 | 100011 | 11001 | 0 | 100111 | 11011110 | 10101 | 110010 |
Color Harmonies of #65759B
Complementary color
Monochromatic Colors of #65759B
Black with #65759B
Text Example
Text Example
White with #65759B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65759B; }
p { color: rgb(101,117,155); }
H1.HeaderClassName
{
color: #65759B;
}
.AnyTagClassName
{
color: #65759B;
}
</style>
background-color css
<style>
a { background-color: #65759B; }
a { background-color: rgb(101,117,155); }
div.DivClassName
{
background-color: #65759B;
}
.BgClassName
{
background-color: #65759B;
}
</style>
border-color css
<style>
span { border-color: #65759B; }
span { border-color: rgb(101,117,155); }
td.TdClassName
{
border-color: #65759B;
}
.TagClassName
{
border-color: #65759B;
}
</style>