Shades of Raven #657182
Tints of Raven #657182
RGB
CMYK
RGB Variations
Color information
#657182 (or 0x657182) is known color: Raven. HEX triplet: 65, 71 and 82. RGB value is (101,113,130). Sum of RGB (Red+Green+Blue) = 101+113+130=344 (45% of max value = 765). Red value is 101 (39.84% from 255 or 29.36% from 344); Green value is 113 (44.53% from 255 or 32.85% from 344); Blue value is 130 (51.17% from 255 or 37.79% from 344); Max value from RGB is 130 - color contains mainly: blue. Hex color #657182 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #657182 is #9A8E7D. Grayscale: #6F6F6F. Windows color (decimal): -10129022 or 8548709. OLE color: 8548709.
HSL color Cylindrical-coordinate representation of color #657182: hue angle of 215.17º 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 #657182 is Cyan = 0.22, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 101 | 113 | 130 | - |
| CMYK | 0.22 | 0.13 | 0 | 0.49 |
| HSL | 215.17º | 0.13% | 0.45% | - |
| HSV(B) | 215.17º | 0.22% | 0.51% | - |
| XYZ | 15.3 | 16.19 | 23.44 | - |
| YUV | 111.35 | 138.52 | 120.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 113 | 130 | 0.22 | 0.13 | 0 | 0.49 | 215.17 | 0.13 | 0.45 |
| Hex | 65 | 71 | 82 | 16 | D | 0 | 31 | D7 | D | 2D |
| Octal | 145 | 161 | 202 | 26 | 15 | 0 | 61 | 327 | 15 | 55 |
| Binary | 1100101 | 1110001 | 10000010 | 10110 | 1101 | 0 | 110001 | 11010111 | 1101 | 101101 |
Color Harmonies of #657182
Complementary color
Monochromatic Colors of #657182
Black with #657182
Text Example
Text Example
White with #657182
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #657182; }
p { color: rgb(101,113,130); }
H1.HeaderClassName
{
color: #657182;
}
.AnyTagClassName
{
color: #657182;
}
</style>
background-color css
<style>
a { background-color: #657182; }
a { background-color: rgb(101,113,130); }
div.DivClassName
{
background-color: #657182;
}
.BgClassName
{
background-color: #657182;
}
</style>
border-color css
<style>
span { border-color: #657182; }
span { border-color: rgb(101,113,130); }
td.TdClassName
{
border-color: #657182;
}
.TagClassName
{
border-color: #657182;
}
</style>