#628980

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

Shades of Patina #628980

Tints of Patina #628980

Color information

#628980 (or 0x628980) is unknown color: approx Patina. HEX triplet: 62, 89 and 80. RGB value is (98,137,128). Sum of RGB (Red+Green+Blue) = 98+137+128=363 (48% of max value = 765). Red value is 98 (38.67% from 255 or 27.00% from 363); Green value is 137 (53.91% from 255 or 37.74% from 363); Blue value is 128 (50.39% from 255 or 35.26% from 363); Max value from RGB is 137 - color contains mainly: green. Hex color #628980 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #628980 is #9D767F. Grayscale: #7C7C7C. Windows color (decimal): -10319488 or 8423778. OLE color: 8423778.

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

Color convert

RGB98137128-
CMYK0.2800.070.46
HSL166.15º16.6%46.08%-
HSV(B)166.15º28.47%53.73%-
XYZ17.8822.0523.74-
YUV124.31130.08109.23-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 27.00%
GREEN value IS 137 (53.91% from 255) = 37.74%
BLUE value IS 128 (50.39% from 255) = 35.26%
R=27.00%
G=37.74%
B=35.26%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal981371280.2800.070.46166.1516.646.08
Hex6289801C072Ea6112e
Octal1422112003407562462156
Binary110001010001001100000001110001111011101010011010001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #628980

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #628980; }

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

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

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

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

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

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

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

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