Shades of Bermuda Grey #65859C
Tints of Bermuda Grey #65859C
RGB
CMYK
RGB Variations
Color information
#65859C (or 0x65859C) is known color: Bermuda Grey. HEX triplet: 65, 85 and 9C. RGB value is (101,133,156). Sum of RGB (Red+Green+Blue) = 101+133+156=390 (51% of max value = 765). Red value is 101 (39.84% from 255 or 25.90% from 390); Green value is 133 (52.34% from 255 or 34.10% from 390); Blue value is 156 (61.33% from 255 or 40% from 390); Max value from RGB is 156 - color contains mainly: blue. Hex color #65859C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #65859C is #9A7A63. Grayscale: #7D7D7D. Windows color (decimal): -10123876 or 10257765. OLE color: 10257765.
HSL color Cylindrical-coordinate representation of color #65859C: hue angle of 205.09º 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 #65859C is Cyan = 0.35, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 101 | 133 | 156 | - |
| CMYK | 0.35 | 0.15 | 0 | 0.39 |
| HSL | 205.09º | 0.22% | 0.5% | - |
| HSV(B) | 205.09º | 0.35% | 0.61% | - |
| XYZ | 19.76 | 21.94 | 34.65 | - |
| YUV | 126.05 | 144.9 | 110.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 133 | 156 | 0.35 | 0.15 | 0 | 0.39 | 205.09 | 0.22 | 0.5 |
| Hex | 65 | 85 | 9C | 23 | F | 0 | 27 | CD | 16 | 32 |
| Octal | 145 | 205 | 234 | 43 | 17 | 0 | 47 | 315 | 26 | 62 |
| Binary | 1100101 | 10000101 | 10011100 | 100011 | 1111 | 0 | 100111 | 11001101 | 10110 | 110010 |
Color Harmonies of #65859C
Complementary color
Monochromatic Colors of #65859C
Black with #65859C
Text Example
Text Example
White with #65859C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65859C; }
p { color: rgb(101,133,156); }
H1.HeaderClassName
{
color: #65859C;
}
.AnyTagClassName
{
color: #65859C;
}
</style>
background-color css
<style>
a { background-color: #65859C; }
a { background-color: rgb(101,133,156); }
div.DivClassName
{
background-color: #65859C;
}
.BgClassName
{
background-color: #65859C;
}
</style>
border-color css
<style>
span { border-color: #65859C; }
span { border-color: rgb(101,133,156); }
td.TdClassName
{
border-color: #65859C;
}
.TagClassName
{
border-color: #65859C;
}
</style>