#58907F

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

Shades of Patina #58907F

Tints of Patina #58907F

Color information

#58907F (or 0x58907F) is unknown color: approx Patina. HEX triplet: 58, 90 and 7F. RGB value is (88,144,127). Sum of RGB (Red+Green+Blue) = 88+144+127=359 (47% of max value = 765). Red value is 88 (34.77% from 255 or 24.51% from 359); Green value is 144 (56.64% from 255 or 40.11% from 359); Blue value is 127 (50% from 255 or 35.38% from 359); Max value from RGB is 144 - color contains mainly: green. Hex color #58907F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #58907F is #A76F80. Grayscale: #7D7D7D. Windows color (decimal): -10973057 or 8360024. OLE color: 8360024.

HSL color Cylindrical-coordinate representation of color #58907F: hue angle of 161.79º degrees, saturation: 0.24, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #58907F is Cyan = 0.39, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.44.

Color convert

RGB88144127-
CMYK0.3900.120.44
HSL161.79º24.14%45.49%-
HSV(B)161.79º38.89%56.47%-
XYZ17.8323.5523.69-
YUV125.32128.95101.38-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 24.51%
GREEN value IS 144 (56.64% from 255) = 40.11%
BLUE value IS 127 (50% from 255) = 35.38%
R=24.51%
G=40.11%
B=35.38%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal881441270.3900.120.44161.7924.1445.49
Hex58907F270C2Ca2182d
Octal13022017747014542423055
Binary1011000100100001111111100111011001011001010001011000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58907F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #58907F; }

 p { color: rgb(88,144,127); }

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

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

 a { background-color: rgb(88,144,127); }

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

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

 span { border-color: rgb(88,144,127); }

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