Shades of Raven #657282
Tints of Raven #657282
RGB
CMYK
RGB Variations
Color information
#657282 (or 0x657282) is known color: Raven. HEX triplet: 65, 72 and 82. RGB value is (101,114,130). Sum of RGB (Red+Green+Blue) = 101+114+130=345 (45% of max value = 765). Red value is 101 (39.84% from 255 or 29.28% from 345); Green value is 114 (44.92% from 255 or 33.04% from 345); Blue value is 130 (51.17% from 255 or 37.68% from 345); Max value from RGB is 130 - color contains mainly: blue. Hex color #657282 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #657282 is #9A8D7D. Grayscale: #6F6F6F. Windows color (decimal): -10128766 or 8548965. OLE color: 8548965.
HSL color Cylindrical-coordinate representation of color #657282: hue angle of 213.1º degrees, saturation: 0.13, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #657282 is Cyan = 0.22, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 101 | 114 | 130 | - |
| CMYK | 0.22 | 0.12 | 0 | 0.49 |
| HSL | 213.1º | 0.13% | 0.45% | - |
| HSV(B) | 213.1º | 0.22% | 0.51% | - |
| XYZ | 15.41 | 16.41 | 23.47 | - |
| YUV | 111.94 | 138.19 | 120.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 114 | 130 | 0.22 | 0.12 | 0 | 0.49 | 213.1 | 0.13 | 0.45 |
| Hex | 65 | 72 | 82 | 16 | C | 0 | 31 | D5 | D | 2D |
| Octal | 145 | 162 | 202 | 26 | 14 | 0 | 61 | 325 | 15 | 55 |
| Binary | 1100101 | 1110010 | 10000010 | 10110 | 1100 | 0 | 110001 | 11010101 | 1101 | 101101 |
Color Harmonies of #657282
Complementary color
Monochromatic Colors of #657282
Black with #657282
Text Example
Text Example
White with #657282
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #657282; }
p { color: rgb(101,114,130); }
H1.HeaderClassName
{
color: #657282;
}
.AnyTagClassName
{
color: #657282;
}
</style>
background-color css
<style>
a { background-color: #657282; }
a { background-color: rgb(101,114,130); }
div.DivClassName
{
background-color: #657282;
}
.BgClassName
{
background-color: #657282;
}
</style>
border-color css
<style>
span { border-color: #657282; }
span { border-color: rgb(101,114,130); }
td.TdClassName
{
border-color: #657282;
}
.TagClassName
{
border-color: #657282;
}
</style>