Html Css Color HEX #657380 Raven

📋 copy color: '#657380'

red 101 ◦ green 115 ◦ blue 128

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

Shades of Raven #657380

Tints of Raven #657380

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 37.21%

R = 29.36%
G = 33.43%
B = 37.21%

CMYK

 C value IS 0.21

 M value IS 0.10

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#657380 (or 0x657380) is known color: Raven. HEX triplet: 65, 73 and 80. RGB value is (101,115,128). Sum of RGB (Red+Green+Blue) = 101+115+128=344 (45% of max value = 765). Red value is 101 (39.84% from 255 or 29.36% from 344); Green value is 115 (45.31% from 255 or 33.43% from 344); Blue value is 128 (50.39% from 255 or 37.21% from 344); Max value from RGB is 128 - color contains mainly: blue. Hex color #657380 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #657380 is #9A8C7F. Grayscale: #707070. Windows color (decimal): -10128512 or 8418149. OLE color: 8418149.

HSL color Cylindrical-coordinate representation of color #657380: hue angle of 208.89º degrees, saturation: 0.12, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #657380 is Cyan = 0.21, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 101 115 128 -
CMYK 0.21 0.10 0 0.50
HSL 208.89º 0.12% 0.45% -
HSV(B) 208.89º 0.21% 0.5% -
XYZ 15.39 16.59 22.81 -
YUV 112.3 136.86 119.94 -
System Red Green Blue C M Y K H S L
Decimal 101 115 128 0.21 0.10 0 0.50 208.89 0.12 0.45
Hex 65 73 80 15 A 0 32 D1 C 2D
Octal 145 163 200 25 12 0 62 321 14 55
Binary 1100101 1110011 10000000 10101 1010 0 110010 11010001 1100 101101

Color Harmonies of #657380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #657380

Black with #657380

Text Example


Text Example

White with #657380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #657380; }

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

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

background-color css

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

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

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

border-color css

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

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

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