Html Css Color HEX #589983 Patina

📋 copy color: '#589983'

red 88 ◦ green 153 ◦ blue 131

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

Shades of Patina #589983

Tints of Patina #589983

RGB

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

 GREEN value IS 153 (60.16% from 255) = 41.13%

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

R = 23.66%
G = 41.13%
B = 35.22%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.14

 K value IS 0.4

RGB Variations

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

Color information

#589983 (or 0x589983) is known color: Patina. HEX triplet: 58, 99 and 83. RGB value is (88,153,131). Sum of RGB (Red+Green+Blue) = 88+153+131=372 (49% of max value = 765). Red value is 88 (34.77% from 255 or 23.66% from 372); Green value is 153 (60.16% from 255 or 41.13% from 372); Blue value is 131 (51.56% from 255 or 35.22% from 372); Max value from RGB is 153 - color contains mainly: green. Hex color #589983 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #589983 is #A7667C. Grayscale: #838383. Windows color (decimal): -10970749 or 8624472. OLE color: 8624472.

HSL color Cylindrical-coordinate representation of color #589983: hue angle of 159.69º degrees, saturation: 0.27, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #589983 is Cyan = 0.42, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.4.

Color convert

RGB 88 153 131 -
CMYK 0.42 0 0.14 0.4
HSL 159.69º 0.27% 0.47% -
HSV(B) 159.69º 0.42% 0.6% -
XYZ 19.51 26.5 25.56 -
YUV 131.06 127.97 97.29 -
System Red Green Blue C M Y K H S L
Decimal 88 153 131 0.42 0 0.14 0.4 159.69 0.27 0.47
Hex 58 99 83 2A 0 E 28 A0 1B 2F
Octal 130 231 203 52 0 16 50 240 33 57
Binary 1011000 10011001 10000011 101010 0 1110 101000 10100000 11011 101111

Color Harmonies of #589983

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #589983

Black with #589983

Text Example


Text Example

White with #589983

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #589983; }

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

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

background-color css

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

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

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

border-color css

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

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

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