#657382

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

Shades of Raven #657382

Tints of Raven #657382

Color information

#657382 (or 0x657382) is unknown color: approx Raven. HEX triplet: 65, 73 and 82. RGB value is (101,115,130). Sum of RGB (Red+Green+Blue) = 101+115+130=346 (45% of max value = 765). Red value is 101 (39.84% from 255 or 29.19% from 346); Green value is 115 (45.31% from 255 or 33.24% from 346); Blue value is 130 (51.17% from 255 or 37.57% from 346); Max value from RGB is 130 - color contains mainly: blue. Hex color #657382 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #657382 is #9A8C7D. Grayscale: #707070. Windows color (decimal): -10128510 or 8549221. OLE color: 8549221.

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

Color convert

RGB101115130-
CMYK0.220.1200.49
HSL211.03º12.55%45.29%-
HSV(B)211.03º22.31%50.98%-
XYZ15.5316.6423.51-
YUV112.52137.86119.78-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 29.19%
GREEN value IS 115 (45.31% from 255) = 33.24%
BLUE value IS 130 (51.17% from 255) = 37.57%
R=29.19%
G=33.24%
B=37.57%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1011151300.220.1200.49211.0312.5545.29
Hex65738216C031d3d2d
Octal14516320226140613231555
Binary11001011110011100000101011011000110001110100111101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #657382

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #657382; }

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

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

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

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

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

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

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

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