#589283

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

Shades of Patina #589283

Tints of Patina #589283

Color information

#589283 (or 0x589283) is unknown color: approx Patina. HEX triplet: 58, 92 and 83. RGB value is (88,146,131). Sum of RGB (Red+Green+Blue) = 88+146+131=365 (48% of max value = 765). Red value is 88 (34.77% from 255 or 24.11% from 365); Green value is 146 (57.42% from 255 or 40% from 365); Blue value is 131 (51.56% from 255 or 35.89% from 365); Max value from RGB is 146 - color contains mainly: green. Hex color #589283 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #589283 is #A76D7C. Grayscale: #7E7E7E. Windows color (decimal): -10972541 or 8622680. OLE color: 8622680.

HSL color Cylindrical-coordinate representation of color #589283: hue angle of 164.48º degrees, saturation: 0.25, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #589283 is Cyan = 0.40, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.43.

Color convert

RGB88146131-
CMYK0.4000.100.43
HSL164.48º24.79%45.88%-
HSV(B)164.48º39.73%57.25%-
XYZ18.424.2725.19-
YUV126.95130.28100.22-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 24.11%
GREEN value IS 146 (57.42% from 255) = 40%
BLUE value IS 131 (51.56% from 255) = 35.89%
R=24.11%
G=40%
B=35.89%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal881461310.4000.100.43164.4824.7945.88
Hex589283280A2Ba4192e
Octal13022220350012532443156
Binary10110001001001010000011101000010101010111010010011001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #589283

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #589283; }

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

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

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

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

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

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

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

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