#657285

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

Shades of Raven #657285

Tints of Raven #657285

Color information

#657285 (or 0x657285) is unknown color: approx Raven. HEX triplet: 65, 72 and 85. RGB value is (101,114,133). Sum of RGB (Red+Green+Blue) = 101+114+133=348 (46% of max value = 765). Red value is 101 (39.84% from 255 or 29.02% from 348); Green value is 114 (44.92% from 255 or 32.76% from 348); Blue value is 133 (52.34% from 255 or 38.22% from 348); Max value from RGB is 133 - color contains mainly: blue. Hex color #657285 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #657285 is #9A8D7A. Grayscale: #707070. Windows color (decimal): -10128763 or 8745573. OLE color: 8745573.

HSL color Cylindrical-coordinate representation of color #657285: hue angle of 215.62º degrees, saturation: 0.14, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #657285 is Cyan = 0.24, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB101114133-
CMYK0.240.1400.48
HSL215.62º13.68%45.88%-
HSV(B)215.62º24.06%52.16%-
XYZ15.6216.4924.55-
YUV112.28139.69119.96-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 29.02%
GREEN value IS 114 (44.92% from 255) = 32.76%
BLUE value IS 133 (52.34% from 255) = 38.22%
R=29.02%
G=32.76%
B=38.22%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1011141330.240.1400.48215.6213.6845.88
Hex65728518E030d8e2e
Octal14516220530160603301656
Binary11001011110010100001011100011100110000110110001110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #657285

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #657285; }

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

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

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

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

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

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

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

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