#658A7E

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

Shades of Patina #658A7E

Tints of Patina #658A7E

Color information

#658A7E (or 0x658A7E) is unknown color: approx Patina. HEX triplet: 65, 8A and 7E. RGB value is (101,138,126). Sum of RGB (Red+Green+Blue) = 101+138+126=365 (48% of max value = 765). Red value is 101 (39.84% from 255 or 27.67% from 365); Green value is 138 (54.30% from 255 or 37.81% from 365); Blue value is 126 (49.61% from 255 or 34.52% from 365); Max value from RGB is 138 - color contains mainly: green. Hex color #658A7E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #658A7E is #9A7581. Grayscale: #7D7D7D. Windows color (decimal): -10122626 or 8292965. OLE color: 8292965.

HSL color Cylindrical-coordinate representation of color #658A7E: hue angle of 160.54º 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 #658A7E is Cyan = 0.27, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.46.

Color convert

RGB101138126-
CMYK0.2700.090.46
HSL160.54º15.48%46.86%-
HSV(B)160.54º26.81%54.12%-
XYZ18.2222.4523.11-
YUV125.57128.24110.48-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 27.67%
GREEN value IS 138 (54.30% from 255) = 37.81%
BLUE value IS 126 (49.61% from 255) = 34.52%
R=27.67%
G=37.81%
B=34.52%

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
Decimal1011381260.2700.090.46160.5415.4846.86
Hex658A7E1B092Ea1f2f
Octal14521217633011562411757
Binary11001011000101011111101101101001101110101000011111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #658A7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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