Shades of Bermuda Grey #65849F
Tints of Bermuda Grey #65849F
RGB
CMYK
RGB Variations
Color information
#65849F (or 0x65849F) is known color: Bermuda Grey. HEX triplet: 65, 84 and 9F. RGB value is (101,132,159). Sum of RGB (Red+Green+Blue) = 101+132+159=392 (51% of max value = 765). Red value is 101 (39.84% from 255 or 25.77% from 392); Green value is 132 (51.95% from 255 or 33.67% from 392); Blue value is 159 (62.5% from 255 or 40.56% from 392); Max value from RGB is 159 - color contains mainly: blue. Hex color #65849F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #65849F is #9A7B60. Grayscale: #7D7D7D. Windows color (decimal): -10124129 or 10454117. OLE color: 10454117.
HSL color Cylindrical-coordinate representation of color #65849F: hue angle of 207.93º degrees, saturation: 0.23, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #65849F is Cyan = 0.36, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 101 | 132 | 159 | - |
| CMYK | 0.36 | 0.17 | 0 | 0.38 |
| HSL | 207.93º | 0.23% | 0.51% | - |
| HSV(B) | 207.93º | 0.36% | 0.62% | - |
| XYZ | 19.88 | 21.77 | 35.96 | - |
| YUV | 125.81 | 146.73 | 110.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 132 | 159 | 0.36 | 0.17 | 0 | 0.38 | 207.93 | 0.23 | 0.51 |
| Hex | 65 | 84 | 9F | 24 | 11 | 0 | 26 | D0 | 17 | 33 |
| Octal | 145 | 204 | 237 | 44 | 21 | 0 | 46 | 320 | 27 | 63 |
| Binary | 1100101 | 10000100 | 10011111 | 100100 | 10001 | 0 | 100110 | 11010000 | 10111 | 110011 |
Color Harmonies of #65849F
Complementary color
Monochromatic Colors of #65849F
Black with #65849F
Text Example
Text Example
White with #65849F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65849F; }
p { color: rgb(101,132,159); }
H1.HeaderClassName
{
color: #65849F;
}
.AnyTagClassName
{
color: #65849F;
}
</style>
background-color css
<style>
a { background-color: #65849F; }
a { background-color: rgb(101,132,159); }
div.DivClassName
{
background-color: #65849F;
}
.BgClassName
{
background-color: #65849F;
}
</style>
border-color css
<style>
span { border-color: #65849F; }
span { border-color: rgb(101,132,159); }
td.TdClassName
{
border-color: #65849F;
}
.TagClassName
{
border-color: #65849F;
}
</style>