Html Css Color HEX #657383 Raven

📋 copy color: '#657383'

red 101 ◦ green 115 ◦ blue 131

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

Shades of Raven #657383

Tints of Raven #657383

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 37.75%

R = 29.11%
G = 33.14%
B = 37.75%

CMYK

 C value IS 0.23

 M value IS 0.12

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#657383 (or 0x657383) is known color: Raven. HEX triplet: 65, 73 and 83. RGB value is (101,115,131). Sum of RGB (Red+Green+Blue) = 101+115+131=347 (45% of max value = 765). Red value is 101 (39.84% from 255 or 29.11% from 347); Green value is 115 (45.31% from 255 or 33.14% from 347); Blue value is 131 (51.56% from 255 or 37.75% from 347); Max value from RGB is 131 - color contains mainly: blue. Hex color #657383 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #657383 is #9A8C7C. Grayscale: #707070. Windows color (decimal): -10128509 or 8614757. OLE color: 8614757.

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

Color convert

RGB 101 115 131 -
CMYK 0.23 0.12 0 0.49
HSL 212º 0.13% 0.45% -
HSV(B) 212º 0.23% 0.51% -
XYZ 15.59 16.67 23.87 -
YUV 112.64 138.36 119.7 -
System Red Green Blue C M Y K H S L
Decimal 101 115 131 0.23 0.12 0 0.49 212 0.13 0.45
Hex 65 73 83 17 C 0 31 D4 D 2D
Octal 145 163 203 27 14 0 61 324 15 55
Binary 1100101 1110011 10000011 10111 1100 0 110001 11010100 1101 101101

Color Harmonies of #657383

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #657383

Black with #657383

Text Example


Text Example

White with #657383

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #657383; }

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

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

background-color css

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

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

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

border-color css

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

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

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