Html Css Color HEX #589685 Patina

📋 copy color: '#589685'

red 88 ◦ green 150 ◦ blue 133

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

Shades of Patina #589685

Tints of Patina #589685

RGB

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

 GREEN value IS 150 (58.98% from 255) = 40.43%

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

R = 23.72%
G = 40.43%
B = 35.85%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.11

 K value IS 0.41

RGB Variations

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

Color information

#589685 (or 0x589685) is known color: Patina. HEX triplet: 58, 96 and 85. RGB value is (88,150,133). Sum of RGB (Red+Green+Blue) = 88+150+133=371 (49% of max value = 765). Red value is 88 (34.77% from 255 or 23.72% from 371); Green value is 150 (58.98% from 255 or 40.43% from 371); Blue value is 133 (52.34% from 255 or 35.85% from 371); Max value from RGB is 150 - color contains mainly: green. Hex color #589685 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #589685 is #A7697A. Grayscale: #818181. Windows color (decimal): -10971515 or 8754776. OLE color: 8754776.

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

Color convert

RGB 88 150 133 -
CMYK 0.41 0 0.11 0.41
HSL 163.55º 0.26% 0.47% -
HSV(B) 163.55º 0.41% 0.59% -
XYZ 19.16 25.58 26.12 -
YUV 129.52 129.96 98.38 -
System Red Green Blue C M Y K H S L
Decimal 88 150 133 0.41 0 0.11 0.41 163.55 0.26 0.47
Hex 58 96 85 29 0 B 29 A4 1A 2F
Octal 130 226 205 51 0 13 51 244 32 57
Binary 1011000 10010110 10000101 101001 0 1011 101001 10100100 11010 101111

Color Harmonies of #589685

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #589685

Black with #589685

Text Example


Text Example

White with #589685

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #589685; }

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

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

background-color css

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

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

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

border-color css

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

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

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