#58968A

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

Shades of Patina #58968A

Tints of Patina #58968A

Color information

#58968A (or 0x58968A) is unknown color: approx Patina. HEX triplet: 58, 96 and 8A. RGB value is (88,150,138). Sum of RGB (Red+Green+Blue) = 88+150+138=376 (49% of max value = 765). Red value is 88 (34.77% from 255 or 23.40% from 376); Green value is 150 (58.98% from 255 or 39.89% from 376); Blue value is 138 (54.30% from 255 or 36.70% from 376); Max value from RGB is 150 - color contains mainly: green. Hex color #58968A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #58968A is #A76975. Grayscale: #828282. Windows color (decimal): -10971510 or 9082456. OLE color: 9082456.

HSL color Cylindrical-coordinate representation of color #58968A: hue angle of 168.39º degrees, saturation: 0.26, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #58968A is Cyan = 0.41, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.41.

Color convert

RGB88150138-
CMYK0.4100.080.41
HSL168.39º26.05%46.67%-
HSV(B)168.39º41.33%58.82%-
XYZ19.5225.7227.98-
YUV130.09132.4697.98-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 23.40%
GREEN value IS 150 (58.98% from 255) = 39.89%
BLUE value IS 138 (54.30% from 255) = 36.70%
R=23.40%
G=39.89%
B=36.70%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal881501380.4100.080.41168.3926.0546.67
Hex58968A290829a81a2f
Octal13022621251010512503257
Binary10110001001011010001010101001010001010011010100011010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58968A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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