#656C80

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

Shades of Raven #656C80

Tints of Raven #656C80

Color information

#656C80 (or 0x656C80) is unknown color: approx Raven. HEX triplet: 65, 6C and 80. RGB value is (101,108,128). Sum of RGB (Red+Green+Blue) = 101+108+128=337 (44% of max value = 765). Red value is 101 (39.84% from 255 or 29.97% from 337); Green value is 108 (42.58% from 255 or 32.05% from 337); Blue value is 128 (50.39% from 255 or 37.98% from 337); Max value from RGB is 128 - color contains mainly: blue. Hex color #656C80 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #656C80 is #9A937F. Grayscale: #6C6C6C. Windows color (decimal): -10130304 or 8416357. OLE color: 8416357.

HSL color Cylindrical-coordinate representation of color #656C80: hue angle of 224.44º 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 #656C80 is Cyan = 0.21, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB101108128-
CMYK0.210.1600.50
HSL224.44º11.79%44.9%-
HSV(B)224.44º21.09%50.2%-
XYZ14.6315.0522.56-
YUV108.19139.18122.87-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 29.97%
GREEN value IS 108 (42.58% from 255) = 32.05%
BLUE value IS 128 (50.39% from 255) = 37.98%
R=29.97%
G=32.05%
B=37.98%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1011081280.210.1600.50224.4411.7944.9
Hex656C801510032e0c2d
Octal14515420025200623401455
Binary110010111011001000000010101100000110010111000001100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #656C80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #656C80; }

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

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

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

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

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

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

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

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