Html Css Color HEX #589986 Patina

📋 copy color: '#589986'

red 88 ◦ green 153 ◦ blue 134

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

Shades of Patina #589986

Tints of Patina #589986

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 35.73%

R = 23.47%
G = 40.8%
B = 35.73%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.12

 K value IS 0.4

RGB Variations

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

Color information

#589986 (or 0x589986) is known color: Patina. HEX triplet: 58, 99 and 86. RGB value is (88,153,134). Sum of RGB (Red+Green+Blue) = 88+153+134=375 (49% of max value = 765). Red value is 88 (34.77% from 255 or 23.47% from 375); Green value is 153 (60.16% from 255 or 40.8% from 375); Blue value is 134 (52.73% from 255 or 35.73% from 375); Max value from RGB is 153 - color contains mainly: green. Hex color #589986 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #589986 is #A76679. Grayscale: #838383. Windows color (decimal): -10970746 or 8821080. OLE color: 8821080.

HSL color Cylindrical-coordinate representation of color #589986: hue angle of 162.46º 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 #589986 is Cyan = 0.42, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.4.

Color convert

RGB 88 153 134 -
CMYK 0.42 0 0.12 0.4
HSL 162.46º 0.27% 0.47% -
HSV(B) 162.46º 0.42% 0.6% -
XYZ 19.72 26.58 26.65 -
YUV 131.4 129.47 97.04 -
System Red Green Blue C M Y K H S L
Decimal 88 153 134 0.42 0 0.12 0.4 162.46 0.27 0.47
Hex 58 99 86 2A 0 C 28 A2 1B 2F
Octal 130 231 206 52 0 14 50 242 33 57
Binary 1011000 10011001 10000110 101010 0 1100 101000 10100010 11011 101111

Color Harmonies of #589986

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #589986

Black with #589986

Text Example


Text Example

White with #589986

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #589986; }

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

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

background-color css

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

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

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

border-color css

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

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

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