#58998A

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

Shades of Patina #58998A

Tints of Patina #58998A

Color information

#58998A (or 0x58998A) is unknown color: approx Patina. HEX triplet: 58, 99 and 8A. RGB value is (88,153,138). Sum of RGB (Red+Green+Blue) = 88+153+138=379 (50% of max value = 765). Red value is 88 (34.77% from 255 or 23.22% from 379); Green value is 153 (60.16% from 255 or 40.37% from 379); Blue value is 138 (54.30% from 255 or 36.41% from 379); Max value from RGB is 153 - color contains mainly: green. Hex color #58998A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #58998A is #A76675. Grayscale: #838383. Windows color (decimal): -10970742 or 9083224. OLE color: 9083224.

HSL color Cylindrical-coordinate representation of color #58998A: hue angle of 166.15º degrees, saturation: 0.27, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #58998A is Cyan = 0.42, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.4.

Color convert

RGB88153138-
CMYK0.4200.100.4
HSL166.15º26.97%47.25%-
HSV(B)166.15º42.48%60%-
XYZ2026.6928.14-
YUV131.85131.4796.72-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 23.22%
GREEN value IS 153 (60.16% from 255) = 40.37%
BLUE value IS 138 (54.30% from 255) = 36.41%
R=23.22%
G=40.37%
B=36.41%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal881531380.4200.100.4166.1526.9747.25
Hex58998A2A0A28a61b2f
Octal13023121252012502463357
Binary10110001001100110001010101010010101010001010011011011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58998A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(88,153,138); }

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

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

 a { background-color: rgb(88,153,138); }

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

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

 span { border-color: rgb(88,153,138); }

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