#657380

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

Shades of Raven #657380

Tints of Raven #657380

Color information

#657380 (or 0x657380) is unknown color: approx Raven. HEX triplet: 65, 73 and 80. RGB value is (101,115,128). Sum of RGB (Red+Green+Blue) = 101+115+128=344 (45% of max value = 765). Red value is 101 (39.84% from 255 or 29.36% from 344); Green value is 115 (45.31% from 255 or 33.43% from 344); Blue value is 128 (50.39% from 255 or 37.21% from 344); Max value from RGB is 128 - color contains mainly: blue. Hex color #657380 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #657380 is #9A8C7F. Grayscale: #707070. Windows color (decimal): -10128512 or 8418149. OLE color: 8418149.

HSL color Cylindrical-coordinate representation of color #657380: hue angle of 208.89º degrees, saturation: 0.12, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #657380 is Cyan = 0.21, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB101115128-
CMYK0.210.1000.50
HSL208.89º11.79%44.9%-
HSV(B)208.89º21.09%50.2%-
XYZ15.3916.5922.81-
YUV112.3136.86119.94-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 29.36%
GREEN value IS 115 (45.31% from 255) = 33.43%
BLUE value IS 128 (50.39% from 255) = 37.21%
R=29.36%
G=33.43%
B=37.21%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1011151280.210.1000.50208.8911.7944.9
Hex65738015A032d1c2d
Octal14516320025120623211455
Binary11001011110011100000001010110100110010110100011100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #657380

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #657380; }

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

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

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

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

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

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

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

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