Shades of Raven #657381
Tints of Raven #657381
RGB
CMYK
RGB Variations
Color information
#657381 (or 0x657381) is known color: Raven. HEX triplet: 65, 73 and 81. RGB value is (101,115,129). Sum of RGB (Red+Green+Blue) = 101+115+129=345 (45% of max value = 765). Red value is 101 (39.84% from 255 or 29.28% from 345); Green value is 115 (45.31% from 255 or 33.33% from 345); Blue value is 129 (50.78% from 255 or 37.39% from 345); Max value from RGB is 129 - color contains mainly: blue. Hex color #657381 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #657381 is #9A8C7E. Grayscale: #707070. Windows color (decimal): -10128511 or 8483685. OLE color: 8483685.
HSL color Cylindrical-coordinate representation of color #657381: hue angle of 210º degrees, saturation: 0.12, 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 #657381 is Cyan = 0.22, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 101 | 115 | 129 | - |
| CMYK | 0.22 | 0.11 | 0 | 0.49 |
| HSL | 210º | 0.12% | 0.45% | - |
| HSV(B) | 210º | 0.22% | 0.51% | - |
| XYZ | 15.46 | 16.61 | 23.16 | - |
| YUV | 112.41 | 137.36 | 119.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 115 | 129 | 0.22 | 0.11 | 0 | 0.49 | 210 | 0.12 | 0.45 |
| Hex | 65 | 73 | 81 | 16 | B | 0 | 31 | D2 | C | 2D |
| Octal | 145 | 163 | 201 | 26 | 13 | 0 | 61 | 322 | 14 | 55 |
| Binary | 1100101 | 1110011 | 10000001 | 10110 | 1011 | 0 | 110001 | 11010010 | 1100 | 101101 |
Color Harmonies of #657381
Complementary color
Monochromatic Colors of #657381
Black with #657381
Text Example
Text Example
White with #657381
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #657381; }
p { color: rgb(101,115,129); }
H1.HeaderClassName
{
color: #657381;
}
.AnyTagClassName
{
color: #657381;
}
</style>
background-color css
<style>
a { background-color: #657381; }
a { background-color: rgb(101,115,129); }
div.DivClassName
{
background-color: #657381;
}
.BgClassName
{
background-color: #657381;
}
</style>
border-color css
<style>
span { border-color: #657381; }
span { border-color: rgb(101,115,129); }
td.TdClassName
{
border-color: #657381;
}
.TagClassName
{
border-color: #657381;
}
</style>