#58907A

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

Shades of Patina #58907A

Tints of Patina #58907A

Color information

#58907A (or 0x58907A) is unknown color: approx Patina. HEX triplet: 58, 90 and 7A. RGB value is (88,144,122). Sum of RGB (Red+Green+Blue) = 88+144+122=354 (46% of max value = 765). Red value is 88 (34.77% from 255 or 24.86% from 354); Green value is 144 (56.64% from 255 or 40.68% from 354); Blue value is 122 (48.05% from 255 or 34.46% from 354); Max value from RGB is 144 - color contains mainly: green. Hex color #58907A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #58907A is #A76F85. Grayscale: #7C7C7C. Windows color (decimal): -10973062 or 8032344. OLE color: 8032344.

HSL color Cylindrical-coordinate representation of color #58907A: hue angle of 156.43º 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 #58907A is Cyan = 0.39, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.44.

Color convert

RGB88144122-
CMYK0.3900.150.44
HSL156.43º24.14%45.49%-
HSV(B)156.43º38.89%56.47%-
XYZ17.5123.4322.01-
YUV124.75126.45101.79-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 24.86%
GREEN value IS 144 (56.64% from 255) = 40.68%
BLUE value IS 122 (48.05% from 255) = 34.46%
R=24.86%
G=40.68%
B=34.46%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal881441220.3900.150.44156.4324.1445.49
Hex58907A270F2C9c182d
Octal13022017247017542343055
Binary1011000100100001111010100111011111011001001110011000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58907A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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