Html Css Color HEX #657385 Raven

📋 copy color: '#657385'

red 101 ◦ green 115 ◦ blue 133

#657385
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Raven #657385

Tints of Raven #657385

RGB

 RED value IS 101 (39.84% from 255) = 28.94%

 GREEN value IS 115 (45.31% from 255) = 32.95%

 BLUE value IS 133 (52.34% from 255) = 38.11%

R = 28.94%
G = 32.95%
B = 38.11%

CMYK

 C value IS 0.24

 M value IS 0.14

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#657385 (or 0x657385) is known color: Raven. HEX triplet: 65, 73 and 85. RGB value is (101,115,133). Sum of RGB (Red+Green+Blue) = 101+115+133=349 (46% of max value = 765). Red value is 101 (39.84% from 255 or 28.94% from 349); Green value is 115 (45.31% from 255 or 32.95% from 349); Blue value is 133 (52.34% from 255 or 38.11% from 349); Max value from RGB is 133 - color contains mainly: blue. Hex color #657385 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #657385 is #9A8C7A. Grayscale: #707070. Windows color (decimal): -10128507 or 8745829. OLE color: 8745829.

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

Color convert

RGB 101 115 133 -
CMYK 0.24 0.14 0 0.48
HSL 213.75º 0.14% 0.46% -
HSV(B) 213.75º 0.24% 0.52% -
XYZ 15.73 16.72 24.59 -
YUV 112.87 139.36 119.54 -
System Red Green Blue C M Y K H S L
Decimal 101 115 133 0.24 0.14 0 0.48 213.75 0.14 0.46
Hex 65 73 85 18 E 0 30 D6 E 2E
Octal 145 163 205 30 16 0 60 326 16 56
Binary 1100101 1110011 10000101 11000 1110 0 110000 11010110 1110 101110

Color Harmonies of #657385

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #657385

Black with #657385

Text Example


Text Example

White with #657385

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #657385; }

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

 H1.HeaderClassName
 {
   color: #657385;
 }
 .AnyTagClassName
 {
   color: #657385;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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