Html Css Color HEX #589487 Patina

📋 copy color: '#589487'

red 88 ◦ green 148 ◦ blue 135

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

Shades of Patina #589487

Tints of Patina #589487

RGB

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

 GREEN value IS 148 (58.2% from 255) = 39.89%

 BLUE value IS 135 (53.13% from 255) = 36.39%

R = 23.72%
G = 39.89%
B = 36.39%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.09

 K value IS 0.42

RGB Variations

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

Color information

#589487 (or 0x589487) is known color: Patina. HEX triplet: 58, 94 and 87. RGB value is (88,148,135). Sum of RGB (Red+Green+Blue) = 88+148+135=371 (49% of max value = 765). Red value is 88 (34.77% from 255 or 23.72% from 371); Green value is 148 (58.20% from 255 or 39.89% from 371); Blue value is 135 (53.12% from 255 or 36.39% from 371); Max value from RGB is 148 - color contains mainly: green. Hex color #589487 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #589487 is #A76B78. Grayscale: #808080. Windows color (decimal): -10972025 or 8885336. OLE color: 8885336.

HSL color Cylindrical-coordinate representation of color #589487: hue angle of 167º degrees, saturation: 0.25, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #589487 is Cyan = 0.41, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.42.

Color convert

RGB 88 148 135 -
CMYK 0.41 0 0.09 0.42
HSL 167º 0.25% 0.46% -
HSV(B) 167º 0.41% 0.58% -
XYZ 18.99 25 26.75 -
YUV 128.58 131.62 99.06 -
System Red Green Blue C M Y K H S L
Decimal 88 148 135 0.41 0 0.09 0.42 167 0.25 0.46
Hex 58 94 87 29 0 9 2A A7 19 2E
Octal 130 224 207 51 0 11 52 247 31 56
Binary 1011000 10010100 10000111 101001 0 1001 101010 10100111 11001 101110

Color Harmonies of #589487

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #589487

Black with #589487

Text Example


Text Example

White with #589487

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #589487; }

 p { color: rgb(88,148,135); }

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

background-color css

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

 a { background-color: rgb(88,148,135); }

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

border-color css

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

 span { border-color: rgb(88,148,135); }

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