#658A7D

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

Shades of Patina #658A7D

Tints of Patina #658A7D

Color information

#658A7D (or 0x658A7D) is unknown color: approx Patina. HEX triplet: 65, 8A and 7D. RGB value is (101,138,125). Sum of RGB (Red+Green+Blue) = 101+138+125=364 (48% of max value = 765). Red value is 101 (39.84% from 255 or 27.75% from 364); Green value is 138 (54.30% from 255 or 37.91% from 364); Blue value is 125 (49.22% from 255 or 34.34% from 364); Max value from RGB is 138 - color contains mainly: green. Hex color #658A7D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #658A7D is #9A7582. Grayscale: #7D7D7D. Windows color (decimal): -10122627 or 8227429. OLE color: 8227429.

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

Color convert

RGB101138125-
CMYK0.2700.090.46
HSL158.92º15.48%46.86%-
HSV(B)158.92º26.81%54.12%-
XYZ18.1622.4222.77-
YUV125.46127.74110.56-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 27.75%
GREEN value IS 138 (54.30% from 255) = 37.91%
BLUE value IS 125 (49.22% from 255) = 34.34%
R=27.75%
G=37.91%
B=34.34%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1011381250.2700.090.46158.9215.4846.86
Hex658A7D1B092E9ff2f
Octal14521217533011562371757
Binary11001011000101011111011101101001101110100111111111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #658A7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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