#657282

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

Shades of Raven #657282

Tints of Raven #657282

Color information

#657282 (or 0x657282) is unknown color: approx Raven. HEX triplet: 65, 72 and 82. RGB value is (101,114,130). Sum of RGB (Red+Green+Blue) = 101+114+130=345 (45% of max value = 765). Red value is 101 (39.84% from 255 or 29.28% from 345); Green value is 114 (44.92% from 255 or 33.04% from 345); Blue value is 130 (51.17% from 255 or 37.68% from 345); Max value from RGB is 130 - color contains mainly: blue. Hex color #657282 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #657282 is #9A8D7D. Grayscale: #6F6F6F. Windows color (decimal): -10128766 or 8548965. OLE color: 8548965.

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

Color convert

RGB101114130-
CMYK0.220.1200.49
HSL213.1º12.55%45.29%-
HSV(B)213.1º22.31%50.98%-
XYZ15.4116.4123.47-
YUV111.94138.19120.2-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 29.28%
GREEN value IS 114 (44.92% from 255) = 33.04%
BLUE value IS 130 (51.17% from 255) = 37.68%
R=29.28%
G=33.04%
B=37.68%

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
Decimal1011141300.220.1200.49213.112.5545.29
Hex65728216C031d5d2d
Octal14516220226140613251555
Binary11001011110010100000101011011000110001110101011101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #657282

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #657282; }

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

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

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

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

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

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

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

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