Shades of Slate Grey #65809B
Tints of Slate Grey #65809B
RGB
CMYK
RGB Variations
Color information
#65809B (or 0x65809B) is known color: Slate Grey. HEX triplet: 65, 80 and 9B. RGB value is (101,128,155). Sum of RGB (Red+Green+Blue) = 101+128+155=384 (50% of max value = 765). Red value is 101 (39.84% from 255 or 26.30% from 384); Green value is 128 (50.39% from 255 or 33.33% from 384); Blue value is 155 (60.94% from 255 or 40.36% from 384); Max value from RGB is 155 - color contains mainly: blue. Hex color #65809B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #65809B is #9A7F64. Grayscale: #7A7A7A. Windows color (decimal): -10125157 or 10190949. OLE color: 10190949.
HSL color Cylindrical-coordinate representation of color #65809B: hue angle of 210º degrees, saturation: 0.21, 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 #65809B is Cyan = 0.35, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 101 | 128 | 155 | - |
| CMYK | 0.35 | 0.17 | 0 | 0.39 |
| HSL | 210º | 0.21% | 0.5% | - |
| HSV(B) | 210º | 0.35% | 0.61% | - |
| XYZ | 19 | 20.57 | 33.98 | - |
| YUV | 123.01 | 146.05 | 112.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 128 | 155 | 0.35 | 0.17 | 0 | 0.39 | 210 | 0.21 | 0.5 |
| Hex | 65 | 80 | 9B | 23 | 11 | 0 | 27 | D2 | 15 | 32 |
| Octal | 145 | 200 | 233 | 43 | 21 | 0 | 47 | 322 | 25 | 62 |
| Binary | 1100101 | 10000000 | 10011011 | 100011 | 10001 | 0 | 100111 | 11010010 | 10101 | 110010 |
Color Harmonies of #65809B
Complementary color
Monochromatic Colors of #65809B
Black with #65809B
Text Example
Text Example
White with #65809B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65809B; }
p { color: rgb(101,128,155); }
H1.HeaderClassName
{
color: #65809B;
}
.AnyTagClassName
{
color: #65809B;
}
</style>
background-color css
<style>
a { background-color: #65809B; }
a { background-color: rgb(101,128,155); }
div.DivClassName
{
background-color: #65809B;
}
.BgClassName
{
background-color: #65809B;
}
</style>
border-color css
<style>
span { border-color: #65809B; }
span { border-color: rgb(101,128,155); }
td.TdClassName
{
border-color: #65809B;
}
.TagClassName
{
border-color: #65809B;
}
</style>