#657082

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

Shades of Raven #657082

Tints of Raven #657082

Color information

#657082 (or 0x657082) is unknown color: approx Raven. HEX triplet: 65, 70 and 82. RGB value is (101,112,130). Sum of RGB (Red+Green+Blue) = 101+112+130=343 (45% of max value = 765). Red value is 101 (39.84% from 255 or 29.45% from 343); Green value is 112 (44.14% from 255 or 32.65% from 343); Blue value is 130 (51.17% from 255 or 37.90% from 343); Max value from RGB is 130 - color contains mainly: blue. Hex color #657082 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #657082 is #9A8F7D. Grayscale: #6E6E6E. Windows color (decimal): -10129278 or 8548453. OLE color: 8548453.

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

Color convert

RGB101112130-
CMYK0.220.1400.49
HSL217.24º12.55%45.29%-
HSV(B)217.24º22.31%50.98%-
XYZ15.1915.9723.4-
YUV110.76138.86121.04-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 29.45%
GREEN value IS 112 (44.14% from 255) = 32.65%
BLUE value IS 130 (51.17% from 255) = 37.90%
R=29.45%
G=32.65%
B=37.90%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1011121300.220.1400.49217.2412.5545.29
Hex65708216E031d9d2d
Octal14516020226160613311555
Binary11001011110000100000101011011100110001110110011101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #657082

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #657082; }

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

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

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

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

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

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

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

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