Shades of Bermuda Grey #65859D
Tints of Bermuda Grey #65859D
RGB
CMYK
RGB Variations
Color information
#65859D (or 0x65859D) is known color: Bermuda Grey. HEX triplet: 65, 85 and 9D. RGB value is (101,133,157). Sum of RGB (Red+Green+Blue) = 101+133+157=391 (51% of max value = 765). Red value is 101 (39.84% from 255 or 25.83% from 391); Green value is 133 (52.34% from 255 or 34.02% from 391); Blue value is 157 (61.72% from 255 or 40.15% from 391); Max value from RGB is 157 - color contains mainly: blue. Hex color #65859D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #65859D is #9A7A62. Grayscale: #7E7E7E. Windows color (decimal): -10123875 or 10323301. OLE color: 10323301.
HSL color Cylindrical-coordinate representation of color #65859D: hue angle of 205.71º degrees, saturation: 0.22, 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 #65859D is Cyan = 0.36, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 101 | 133 | 157 | - |
| CMYK | 0.36 | 0.15 | 0 | 0.38 |
| HSL | 205.71º | 0.22% | 0.51% | - |
| HSV(B) | 205.71º | 0.36% | 0.62% | - |
| XYZ | 19.84 | 21.98 | 35.09 | - |
| YUV | 126.17 | 145.4 | 110.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 133 | 157 | 0.36 | 0.15 | 0 | 0.38 | 205.71 | 0.22 | 0.51 |
| Hex | 65 | 85 | 9D | 24 | F | 0 | 26 | CE | 16 | 33 |
| Octal | 145 | 205 | 235 | 44 | 17 | 0 | 46 | 316 | 26 | 63 |
| Binary | 1100101 | 10000101 | 10011101 | 100100 | 1111 | 0 | 100110 | 11001110 | 10110 | 110011 |
Color Harmonies of #65859D
Complementary color
Monochromatic Colors of #65859D
Black with #65859D
Text Example
Text Example
White with #65859D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65859D; }
p { color: rgb(101,133,157); }
H1.HeaderClassName
{
color: #65859D;
}
.AnyTagClassName
{
color: #65859D;
}
</style>
background-color css
<style>
a { background-color: #65859D; }
a { background-color: rgb(101,133,157); }
div.DivClassName
{
background-color: #65859D;
}
.BgClassName
{
background-color: #65859D;
}
</style>
border-color css
<style>
span { border-color: #65859D; }
span { border-color: rgb(101,133,157); }
td.TdClassName
{
border-color: #65859D;
}
.TagClassName
{
border-color: #65859D;
}
</style>