Html Css Color HEX #657480 Lynch

📋 copy color: '#657480'

red 101 ◦ green 116 ◦ blue 128

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

Shades of Lynch #657480

Tints of Lynch #657480

RGB

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

 GREEN value IS 116 (45.7% from 255) = 33.62%

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

R = 29.28%
G = 33.62%
B = 37.1%

CMYK

 C value IS 0.21

 M value IS 0.09

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#657480 (or 0x657480) is known color: Lynch. HEX triplet: 65, 74 and 80. RGB value is (101,116,128). Sum of RGB (Red+Green+Blue) = 101+116+128=345 (45% of max value = 765). Red value is 101 (39.84% from 255 or 29.28% from 345); Green value is 116 (45.70% from 255 or 33.62% from 345); Blue value is 128 (50.39% from 255 or 37.10% from 345); Max value from RGB is 128 - color contains mainly: blue. Hex color #657480 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #657480 is #9A8B7F. Grayscale: #707070. Windows color (decimal): -10128256 or 8418405. OLE color: 8418405.

HSL color Cylindrical-coordinate representation of color #657480: hue angle of 206.67º 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 #657480 is Cyan = 0.21, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 101 116 128 -
CMYK 0.21 0.09 0 0.50
HSL 206.67º 0.12% 0.45% -
HSV(B) 206.67º 0.21% 0.5% -
XYZ 15.51 16.82 22.85 -
YUV 112.88 136.53 119.52 -
System Red Green Blue C M Y K H S L
Decimal 101 116 128 0.21 0.09 0 0.50 206.67 0.12 0.45
Hex 65 74 80 15 9 0 32 CF C 2D
Octal 145 164 200 25 11 0 62 317 14 55
Binary 1100101 1110100 10000000 10101 1001 0 110010 11001111 1100 101101

Color Harmonies of #657480

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #657480

Black with #657480

Text Example


Text Example

White with #657480

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #657480; }

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

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

background-color css

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

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

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

border-color css

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

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

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