Shades of Bermuda Grey #658AA1
Tints of Bermuda Grey #658AA1
RGB
CMYK
RGB Variations
Color information
#658AA1 (or 0x658AA1) is known color: Bermuda Grey. HEX triplet: 65, 8A and A1. RGB value is (101,138,161). Sum of RGB (Red+Green+Blue) = 101+138+161=400 (52% of max value = 765). Red value is 101 (39.84% from 255 or 25.25% from 400); Green value is 138 (54.30% from 255 or 34.5% from 400); Blue value is 161 (63.28% from 255 or 40.25% from 400); Max value from RGB is 161 - color contains mainly: blue. Hex color #658AA1 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #658AA1 is #9A755E. Grayscale: #818181. Windows color (decimal): -10122591 or 10586725. OLE color: 10586725.
HSL color Cylindrical-coordinate representation of color #658AA1: hue angle of 203º degrees, saturation: 0.24, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #658AA1 is Cyan = 0.37, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 101 | 138 | 161 | - |
| CMYK | 0.37 | 0.14 | 0 | 0.37 |
| HSL | 203º | 0.24% | 0.51% | - |
| HSV(B) | 203º | 0.37% | 0.63% | - |
| XYZ | 20.89 | 23.52 | 37.16 | - |
| YUV | 129.56 | 145.74 | 107.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 138 | 161 | 0.37 | 0.14 | 0 | 0.37 | 203 | 0.24 | 0.51 |
| Hex | 65 | 8A | A1 | 25 | E | 0 | 25 | CB | 18 | 33 |
| Octal | 145 | 212 | 241 | 45 | 16 | 0 | 45 | 313 | 30 | 63 |
| Binary | 1100101 | 10001010 | 10100001 | 100101 | 1110 | 0 | 100101 | 11001011 | 11000 | 110011 |
Color Harmonies of #658AA1
Complementary color
Monochromatic Colors of #658AA1
Black with #658AA1
Text Example
Text Example
White with #658AA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #658AA1; }
p { color: rgb(101,138,161); }
H1.HeaderClassName
{
color: #658AA1;
}
.AnyTagClassName
{
color: #658AA1;
}
</style>
background-color css
<style>
a { background-color: #658AA1; }
a { background-color: rgb(101,138,161); }
div.DivClassName
{
background-color: #658AA1;
}
.BgClassName
{
background-color: #658AA1;
}
</style>
border-color css
<style>
span { border-color: #658AA1; }
span { border-color: rgb(101,138,161); }
td.TdClassName
{
border-color: #658AA1;
}
.TagClassName
{
border-color: #658AA1;
}
</style>