Html Css Color HEX #589F8C Patina

📋 copy color: '#589F8C'

red 88 ◦ green 159 ◦ blue 140

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

Shades of Patina #589F8C

Tints of Patina #589F8C

RGB

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

 GREEN value IS 159 (62.5% from 255) = 41.09%

 BLUE value IS 140 (55.08% from 255) = 36.18%

R = 22.74%
G = 41.09%
B = 36.18%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.12

 K value IS 0.38

RGB Variations

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

Color information

#589F8C (or 0x589F8C) is known color: Patina. HEX triplet: 58, 9F and 8C. RGB value is (88,159,140). Sum of RGB (Red+Green+Blue) = 88+159+140=387 (51% of max value = 765). Red value is 88 (34.77% from 255 or 22.74% from 387); Green value is 159 (62.5% from 255 or 41.09% from 387); Blue value is 140 (55.08% from 255 or 36.18% from 387); Max value from RGB is 159 - color contains mainly: green. Hex color #589F8C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #589F8C is #A76073. Grayscale: #878787. Windows color (decimal): -10969204 or 9215832. OLE color: 9215832.

HSL color Cylindrical-coordinate representation of color #589F8C: hue angle of 163.94º degrees, saturation: 0.29, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #589F8C is Cyan = 0.45, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.38.

Color convert

RGB 88 159 140 -
CMYK 0.45 0 0.12 0.38
HSL 163.94º 0.29% 0.48% -
HSV(B) 163.94º 0.45% 0.62% -
XYZ 21.16 28.76 29.25 -
YUV 135.61 130.48 94.04 -
System Red Green Blue C M Y K H S L
Decimal 88 159 140 0.45 0 0.12 0.38 163.94 0.29 0.48
Hex 58 9F 8C 2D 0 C 26 A4 1D 30
Octal 130 237 214 55 0 14 46 244 35 60
Binary 1011000 10011111 10001100 101101 0 1100 100110 10100100 11101 110000

Color Harmonies of #589F8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #589F8C

Black with #589F8C

Text Example


Text Example

White with #589F8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #589F8C; }

 p { color: rgb(88,159,140); }

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

background-color css

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

 a { background-color: rgb(88,159,140); }

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

border-color css

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

 span { border-color: rgb(88,159,140); }

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