#58988B

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

Shades of Patina #58988B

Tints of Patina #58988B

Color information

#58988B (or 0x58988B) is unknown color: approx Patina. HEX triplet: 58, 98 and 8B. RGB value is (88,152,139). Sum of RGB (Red+Green+Blue) = 88+152+139=379 (50% of max value = 765). Red value is 88 (34.77% from 255 or 23.22% from 379); Green value is 152 (59.77% from 255 or 40.11% from 379); Blue value is 139 (54.69% from 255 or 36.68% from 379); Max value from RGB is 152 - color contains mainly: green. Hex color #58988B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #58988B is #A76774. Grayscale: #838383. Windows color (decimal): -10970997 or 9148504. OLE color: 9148504.

HSL color Cylindrical-coordinate representation of color #58988B: hue angle of 167.81º 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 #58988B is Cyan = 0.42, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.40.

Color convert

RGB88152139-
CMYK0.4200.090.40
HSL167.81º26.67%47.06%-
HSV(B)167.81º42.11%59.61%-
XYZ19.9126.428.47-
YUV131.38132.397.06-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 23.22%
GREEN value IS 152 (59.77% from 255) = 40.11%
BLUE value IS 139 (54.69% from 255) = 36.68%
R=23.22%
G=40.11%
B=36.68%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal881521390.4200.090.40167.8126.6747.06
Hex58988B2A0928a81b2f
Octal13023021352011502503357
Binary10110001001100010001011101010010011010001010100011011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58988B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #58988B; }

 p { color: rgb(88,152,139); }

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

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

 a { background-color: rgb(88,152,139); }

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

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

 span { border-color: rgb(88,152,139); }

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