#589583

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

Shades of Patina #589583

Tints of Patina #589583

Color information

#589583 (or 0x589583) is unknown color: approx Patina. HEX triplet: 58, 95 and 83. RGB value is (88,149,131). Sum of RGB (Red+Green+Blue) = 88+149+131=368 (48% of max value = 765). Red value is 88 (34.77% from 255 or 23.91% from 368); Green value is 149 (58.59% from 255 or 40.49% from 368); Blue value is 131 (51.56% from 255 or 35.60% from 368); Max value from RGB is 149 - color contains mainly: green. Hex color #589583 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #589583 is #A76A7C. Grayscale: #808080. Windows color (decimal): -10971773 or 8623448. OLE color: 8623448.

HSL color Cylindrical-coordinate representation of color #589583: hue angle of 162.3º degrees, saturation: 0.26, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #589583 is Cyan = 0.41, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.42.

Color convert

RGB88149131-
CMYK0.4100.120.42
HSL162.3º25.74%46.47%-
HSV(B)162.3º40.94%58.43%-
XYZ18.8725.2125.34-
YUV128.71129.2998.96-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 23.91%
GREEN value IS 149 (58.59% from 255) = 40.49%
BLUE value IS 131 (51.56% from 255) = 35.60%
R=23.91%
G=40.49%
B=35.60%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal881491310.4100.120.42162.325.7446.47
Hex589583290C2Aa21a2e
Octal13022520351014522423256
Binary10110001001010110000011101001011001010101010001011010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #589583

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #589583; }

 p { color: rgb(88,149,131); }

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

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

 a { background-color: rgb(88,149,131); }

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

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

 span { border-color: rgb(88,149,131); }

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