#658980

Color #658980 Patina (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Patina #658980

Tints of Patina #658980

Color information

#658980 (or 0x658980) is unknown color: approx Patina. HEX triplet: 65, 89 and 80. RGB value is (101,137,128). Sum of RGB (Red+Green+Blue) = 101+137+128=366 (48% of max value = 765). Red value is 101 (39.84% from 255 or 27.60% from 366); Green value is 137 (53.91% from 255 or 37.43% from 366); Blue value is 128 (50.39% from 255 or 34.97% from 366); Max value from RGB is 137 - color contains mainly: green. Hex color #658980 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #658980 is #9A767F. Grayscale: #7D7D7D. Windows color (decimal): -10122880 or 8423781. OLE color: 8423781.

HSL color Cylindrical-coordinate representation of color #658980: hue angle of 165º degrees, saturation: 0.15, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #658980 is Cyan = 0.26, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.46.

Color convert

RGB101137128-
CMYK0.2600.070.46
HSL165º15.13%46.67%-
HSV(B)165º26.28%53.73%-
XYZ18.2122.2223.75-
YUV125.21129.57110.73-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 27.60%
GREEN value IS 137 (53.91% from 255) = 37.43%
BLUE value IS 128 (50.39% from 255) = 34.97%
R=27.60%
G=37.43%
B=34.97%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1011371280.2600.070.4616515.1346.67
Hex6589801A072Ea5f2f
Octal1452112003207562451757
Binary11001011000100110000000110100111101110101001011111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #658980

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #658980; }

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

 H1.HeaderClassName
 {
   color: #658980;
 }
 .AnyTagClassName
 {
   color: #658980;
 }
</style>
background-color css

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

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

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

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

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

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