Html Css Color HEX #589383 Patina

📋 copy color: '#589383'

red 88 ◦ green 147 ◦ blue 131

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

Shades of Patina #589383

Tints of Patina #589383

RGB

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

 GREEN value IS 147 (57.81% from 255) = 40.16%

 BLUE value IS 131 (51.56% from 255) = 35.79%

R = 24.04%
G = 40.16%
B = 35.79%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.11

 K value IS 0.42

RGB Variations

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

Color information

#589383 (or 0x589383) is known color: Patina. HEX triplet: 58, 93 and 83. RGB value is (88,147,131). Sum of RGB (Red+Green+Blue) = 88+147+131=366 (48% of max value = 765). Red value is 88 (34.77% from 255 or 24.04% from 366); Green value is 147 (57.81% from 255 or 40.16% from 366); Blue value is 131 (51.56% from 255 or 35.79% from 366); Max value from RGB is 147 - color contains mainly: green. Hex color #589383 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #589383 is #A76C7C. Grayscale: #7F7F7F. Windows color (decimal): -10972285 or 8622936. OLE color: 8622936.

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

Color convert

RGB 88 147 131 -
CMYK 0.40 0 0.11 0.42
HSL 163.73º 0.25% 0.46% -
HSV(B) 163.73º 0.4% 0.58% -
XYZ 18.55 24.58 25.24 -
YUV 127.54 129.95 99.8 -
System Red Green Blue C M Y K H S L
Decimal 88 147 131 0.40 0 0.11 0.42 163.73 0.25 0.46
Hex 58 93 83 28 0 B 2A A4 19 2E
Octal 130 223 203 50 0 13 52 244 31 56
Binary 1011000 10010011 10000011 101000 0 1011 101010 10100100 11001 101110

Color Harmonies of #589383

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #589383

Black with #589383

Text Example


Text Example

White with #589383

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #589383; }

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

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

background-color css

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

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

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

border-color css

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

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

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