#657283

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

Shades of Raven #657283

Tints of Raven #657283

Color information

#657283 (or 0x657283) is unknown color: approx Raven. HEX triplet: 65, 72 and 83. RGB value is (101,114,131). Sum of RGB (Red+Green+Blue) = 101+114+131=346 (45% of max value = 765). Red value is 101 (39.84% from 255 or 29.19% from 346); Green value is 114 (44.92% from 255 or 32.95% from 346); Blue value is 131 (51.56% from 255 or 37.86% from 346); Max value from RGB is 131 - color contains mainly: blue. Hex color #657283 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #657283 is #9A8D7C. Grayscale: #6F6F6F. Windows color (decimal): -10128765 or 8614501. OLE color: 8614501.

HSL color Cylindrical-coordinate representation of color #657283: hue angle of 214º degrees, saturation: 0.13, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #657283 is Cyan = 0.23, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB101114131-
CMYK0.230.1300.49
HSL214º12.93%45.49%-
HSV(B)214º22.9%51.37%-
XYZ15.4816.4423.83-
YUV112.05138.69120.12-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 29.19%
GREEN value IS 114 (44.92% from 255) = 32.95%
BLUE value IS 131 (51.56% from 255) = 37.86%
R=29.19%
G=32.95%
B=37.86%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1011141310.230.1300.4921412.9345.49
Hex65728317D031d6d2d
Octal14516220327150613261555
Binary11001011110010100000111011111010110001110101101101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #657283

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #657283; }

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

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

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

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

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

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

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

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