Shades of Bermuda Grey #65829F
Tints of Bermuda Grey #65829F
RGB
CMYK
RGB Variations
Color information
#65829F (or 0x65829F) is known color: Bermuda Grey. HEX triplet: 65, 82 and 9F. RGB value is (101,130,159). Sum of RGB (Red+Green+Blue) = 101+130+159=390 (51% of max value = 765). Red value is 101 (39.84% from 255 or 25.90% from 390); Green value is 130 (51.17% from 255 or 33.33% from 390); Blue value is 159 (62.5% from 255 or 40.77% from 390); Max value from RGB is 159 - color contains mainly: blue. Hex color #65829F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #65829F is #9A7D60. Grayscale: #7C7C7C. Windows color (decimal): -10124641 or 10453605. OLE color: 10453605.
HSL color Cylindrical-coordinate representation of color #65829F: hue angle of 210º 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 #65829F is Cyan = 0.36, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 101 | 130 | 159 | - |
| CMYK | 0.36 | 0.18 | 0 | 0.38 |
| HSL | 210º | 0.23% | 0.51% | - |
| HSV(B) | 210º | 0.36% | 0.62% | - |
| XYZ | 19.61 | 21.24 | 35.87 | - |
| YUV | 124.64 | 147.39 | 111.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 130 | 159 | 0.36 | 0.18 | 0 | 0.38 | 210 | 0.23 | 0.51 |
| Hex | 65 | 82 | 9F | 24 | 12 | 0 | 26 | D2 | 17 | 33 |
| Octal | 145 | 202 | 237 | 44 | 22 | 0 | 46 | 322 | 27 | 63 |
| Binary | 1100101 | 10000010 | 10011111 | 100100 | 10010 | 0 | 100110 | 11010010 | 10111 | 110011 |
Color Harmonies of #65829F
Complementary color
Monochromatic Colors of #65829F
Black with #65829F
Text Example
Text Example
White with #65829F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65829F; }
p { color: rgb(101,130,159); }
H1.HeaderClassName
{
color: #65829F;
}
.AnyTagClassName
{
color: #65829F;
}
</style>
background-color css
<style>
a { background-color: #65829F; }
a { background-color: rgb(101,130,159); }
div.DivClassName
{
background-color: #65829F;
}
.BgClassName
{
background-color: #65829F;
}
</style>
border-color css
<style>
span { border-color: #65829F; }
span { border-color: rgb(101,130,159); }
td.TdClassName
{
border-color: #65829F;
}
.TagClassName
{
border-color: #65829F;
}
</style>