Html Css Color HEX #658780 Patina

📋 copy color: '#658780'

red 101 ◦ green 135 ◦ blue 128

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

Shades of Patina #658780

Tints of Patina #658780

RGB

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

 GREEN value IS 135 (53.13% from 255) = 37.09%

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

R = 27.75%
G = 37.09%
B = 35.16%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.05

 K value IS 0.47

RGB Variations

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

Color information

#658780 (or 0x658780) is known color: Patina. HEX triplet: 65, 87 and 80. RGB value is (101,135,128). Sum of RGB (Red+Green+Blue) = 101+135+128=364 (48% of max value = 765). Red value is 101 (39.84% from 255 or 27.75% from 364); Green value is 135 (53.12% from 255 or 37.09% from 364); Blue value is 128 (50.39% from 255 or 35.16% from 364); Max value from RGB is 135 - color contains mainly: green. Hex color #658780 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #658780 is #9A787F. Grayscale: #7C7C7C. Windows color (decimal): -10123392 or 8423269. OLE color: 8423269.

HSL color Cylindrical-coordinate representation of color #658780: hue angle of 167.65º degrees, saturation: 0.14, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #658780 is Cyan = 0.25, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.47.

Color convert

RGB 101 135 128 -
CMYK 0.25 0 0.05 0.47
HSL 167.65º 0.14% 0.46% -
HSV(B) 167.65º 0.25% 0.53% -
XYZ 17.93 21.65 23.66 -
YUV 124.04 130.24 111.57 -
System Red Green Blue C M Y K H S L
Decimal 101 135 128 0.25 0 0.05 0.47 167.65 0.14 0.46
Hex 65 87 80 19 0 5 2F A8 E 2E
Octal 145 207 200 31 0 5 57 250 16 56
Binary 1100101 10000111 10000000 11001 0 101 101111 10101000 1110 101110

Color Harmonies of #658780

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #658780

Black with #658780

Text Example


Text Example

White with #658780

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #658780; }

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

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

background-color css

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

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

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

border-color css

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

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

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