#658B7D

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

Shades of Patina #658B7D

Tints of Patina #658B7D

Color information

#658B7D (or 0x658B7D) is unknown color: approx Patina. HEX triplet: 65, 8B and 7D. RGB value is (101,139,125). Sum of RGB (Red+Green+Blue) = 101+139+125=365 (48% of max value = 765). Red value is 101 (39.84% from 255 or 27.67% from 365); Green value is 139 (54.69% from 255 or 38.08% from 365); Blue value is 125 (49.22% from 255 or 34.25% from 365); Max value from RGB is 139 - color contains mainly: green. Hex color #658B7D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #658B7D is #9A7482. Grayscale: #7E7E7E. Windows color (decimal): -10122371 or 8227685. OLE color: 8227685.

HSL color Cylindrical-coordinate representation of color #658B7D: hue angle of 157.89º degrees, saturation: 0.16, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #658B7D is Cyan = 0.27, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.45.

Color convert

RGB101139125-
CMYK0.2700.100.45
HSL157.89º15.83%47.06%-
HSV(B)157.89º27.34%54.51%-
XYZ18.322.7122.82-
YUV126.04127.41110.14-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 27.67%
GREEN value IS 139 (54.69% from 255) = 38.08%
BLUE value IS 125 (49.22% from 255) = 34.25%
R=27.67%
G=38.08%
B=34.25%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1011391250.2700.100.45157.8915.8347.06
Hex658B7D1B0A2D9e102f
Octal14521317533012552362057
Binary110010110001011111110111011010101011011001111010000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #658B7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #658B7D; }

 p { color: rgb(101,139,125); }

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

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

 a { background-color: rgb(101,139,125); }

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

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

 span { border-color: rgb(101,139,125); }

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