#657482

Color #657482 Raven (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Raven #657482

Tints of Raven #657482

Color information

#657482 (or 0x657482) is unknown color: approx Raven. HEX triplet: 65, 74 and 82. RGB value is (101,116,130). Sum of RGB (Red+Green+Blue) = 101+116+130=347 (45% of max value = 765). Red value is 101 (39.84% from 255 or 29.11% from 347); Green value is 116 (45.70% from 255 or 33.43% from 347); Blue value is 130 (51.17% from 255 or 37.46% from 347); Max value from RGB is 130 - color contains mainly: blue. Hex color #657482 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #657482 is #9A8B7D. Grayscale: #717171. Windows color (decimal): -10128254 or 8549477. OLE color: 8549477.

HSL color Cylindrical-coordinate representation of color #657482: hue angle of 208.97º 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 #657482 is Cyan = 0.22, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB101116130-
CMYK0.220.1100.49
HSL208.97º12.55%45.29%-
HSV(B)208.97º22.31%50.98%-
XYZ15.6416.8723.55-
YUV113.11137.53119.36-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 101 (39.84% from 255) = 29.11%
GREEN value IS 116 (45.70% from 255) = 33.43%
BLUE value IS 130 (51.17% from 255) = 37.46%
R=29.11%
G=33.43%
B=37.46%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1011161300.220.1100.49208.9712.5545.29
Hex65748216B031d1d2d
Octal14516420226130613211555
Binary11001011110100100000101011010110110001110100011101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #657482

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #657482; }

 p { color: rgb(101,116,130); }

 H1.HeaderClassName
 {
   color: #657482;
 }
 .AnyTagClassName
 {
   color: #657482;
 }
</style>
background-color css

<style>
 a { background-color: #657482; }

 a { background-color: rgb(101,116,130); }

 div.DivClassName
 {
   background-color: #657482;
 }
 .BgClassName
 {
   background-color: #657482;
 }
</style>
border-color css

<style>
 span { border-color: #657482; }

 span { border-color: rgb(101,116,130); }

 td.TdClassName
 {
   border-color: #657482;
 }
 .TagClassName
 {
   border-color: #657482;
 }
</style>