Html Css Color HEX #589785 Patina

📋 copy color: '#589785'

red 88 ◦ green 151 ◦ blue 133

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

Shades of Patina #589785

Tints of Patina #589785

RGB

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

 GREEN value IS 151 (59.38% from 255) = 40.59%

 BLUE value IS 133 (52.34% from 255) = 35.75%

R = 23.66%
G = 40.59%
B = 35.75%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.12

 K value IS 0.41

RGB Variations

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

Color information

#589785 (or 0x589785) is known color: Patina. HEX triplet: 58, 97 and 85. RGB value is (88,151,133). Sum of RGB (Red+Green+Blue) = 88+151+133=372 (49% of max value = 765). Red value is 88 (34.77% from 255 or 23.66% from 372); Green value is 151 (59.38% from 255 or 40.59% from 372); Blue value is 133 (52.34% from 255 or 35.75% from 372); Max value from RGB is 151 - color contains mainly: green. Hex color #589785 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #589785 is #A7687A. Grayscale: #828282. Windows color (decimal): -10971259 or 8755032. OLE color: 8755032.

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

Color convert

RGB 88 151 133 -
CMYK 0.42 0 0.12 0.41
HSL 162.86º 0.26% 0.47% -
HSV(B) 162.86º 0.42% 0.59% -
XYZ 19.32 25.9 26.17 -
YUV 130.11 129.63 97.96 -
System Red Green Blue C M Y K H S L
Decimal 88 151 133 0.42 0 0.12 0.41 162.86 0.26 0.47
Hex 58 97 85 2A 0 C 29 A3 1A 2F
Octal 130 227 205 52 0 14 51 243 32 57
Binary 1011000 10010111 10000101 101010 0 1100 101001 10100011 11010 101111

Color Harmonies of #589785

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #589785

Black with #589785

Text Example


Text Example

White with #589785

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #589785; }

 p { color: rgb(88,151,133); }

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

background-color css

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

 a { background-color: rgb(88,151,133); }

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

border-color css

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

 span { border-color: rgb(88,151,133); }

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