Html Css Color HEX #589180 Patina

📋 copy color: '#589180'

red 88 ◦ green 145 ◦ blue 128

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

Shades of Patina #589180

Tints of Patina #589180

RGB

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

 GREEN value IS 145 (57.03% from 255) = 40.17%

 BLUE value IS 128 (50.39% from 255) = 35.46%

R = 24.38%
G = 40.17%
B = 35.46%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.12

 K value IS 0.43

RGB Variations

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

Color information

#589180 (or 0x589180) is known color: Patina. HEX triplet: 58, 91 and 80. RGB value is (88,145,128). Sum of RGB (Red+Green+Blue) = 88+145+128=361 (47% of max value = 765). Red value is 88 (34.77% from 255 or 24.38% from 361); Green value is 145 (57.03% from 255 or 40.17% from 361); Blue value is 128 (50.39% from 255 or 35.46% from 361); Max value from RGB is 145 - color contains mainly: green. Hex color #589180 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #589180 is #A76E7F. Grayscale: #7E7E7E. Windows color (decimal): -10972800 or 8425816. OLE color: 8425816.

HSL color Cylindrical-coordinate representation of color #589180: hue angle of 162.11º degrees, saturation: 0.24, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #589180 is Cyan = 0.39, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.43.

Color convert

RGB 88 145 128 -
CMYK 0.39 0 0.12 0.43
HSL 162.11º 0.24% 0.46% -
HSV(B) 162.11º 0.39% 0.57% -
XYZ 18.05 23.88 24.08 -
YUV 126.02 129.12 100.88 -
System Red Green Blue C M Y K H S L
Decimal 88 145 128 0.39 0 0.12 0.43 162.11 0.24 0.46
Hex 58 91 80 27 0 C 2B A2 18 2E
Octal 130 221 200 47 0 14 53 242 30 56
Binary 1011000 10010001 10000000 100111 0 1100 101011 10100010 11000 101110

Color Harmonies of #589180

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #589180

Black with #589180

Text Example


Text Example

White with #589180

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #589180; }

 p { color: rgb(88,145,128); }

 H1.HeaderClassName
 {
   color: #589180;
 }
 .AnyTagClassName
 {
   color: #589180;
 }
</style>

background-color css

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

 a { background-color: rgb(88,145,128); }

 div.DivClassName
 {
   background-color: #589180;
 }
 .BgClassName
 {
   background-color: #589180;
 }
</style>

border-color css

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

 span { border-color: rgb(88,145,128); }

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