Html Css Color HEX #58968A Patina

📋 copy color: '#58968A'

red 88 ◦ green 150 ◦ blue 138

#58968A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Patina #58968A

Tints of Patina #58968A

RGB

 RED value IS 88 (34.77% from 255) = 23.4%

 GREEN value IS 150 (58.98% from 255) = 39.89%

 BLUE value IS 138 (54.3% from 255) = 36.7%

R = 23.4%
G = 39.89%
B = 36.7%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.08

 K value IS 0.41

RGB Variations

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

Color information

#58968A (or 0x58968A) is known color: 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

RGB 88 150 138 -
CMYK 0.41 0 0.08 0.41
HSL 168.39º 0.26% 0.47% -
HSV(B) 168.39º 0.41% 0.59% -
XYZ 19.52 25.72 27.98 -
YUV 130.09 132.46 97.98 -
System Red Green Blue C M Y K H S L
Decimal 88 150 138 0.41 0 0.08 0.41 168.39 0.26 0.47
Hex 58 96 8A 29 0 8 29 A8 1A 2F
Octal 130 226 212 51 0 10 51 250 32 57
Binary 1011000 10010110 10001010 101001 0 1000 101001 10101000 11010 101111

Color Harmonies of #58968A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58968A

Black with #58968A

Text Example


Text Example

White with #58968A

Text Example


Text Example

HTML Codes & Css Web 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>