Html Css Color HEX #589477 Patina

📋 copy color: '#589477'

red 88 ◦ green 148 ◦ blue 119

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

Shades of Patina #589477

Tints of Patina #589477

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 33.52%

R = 24.79%
G = 41.69%
B = 33.52%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.20

 K value IS 0.42

RGB Variations

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

Color information

#589477 (or 0x589477) is known color: Patina. HEX triplet: 58, 94 and 77. RGB value is (88,148,119). Sum of RGB (Red+Green+Blue) = 88+148+119=355 (47% of max value = 765). Red value is 88 (34.77% from 255 or 24.79% from 355); Green value is 148 (58.20% from 255 or 41.69% from 355); Blue value is 119 (46.88% from 255 or 33.52% from 355); Max value from RGB is 148 - color contains mainly: green. Hex color #589477 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #589477 is #A76B88. Grayscale: #7E7E7E. Windows color (decimal): -10972041 or 7836760. OLE color: 7836760.

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

Color convert

RGB 88 148 119 -
CMYK 0.41 0 0.20 0.42
HSL 151º 0.25% 0.46% -
HSV(B) 151º 0.41% 0.58% -
XYZ 17.94 24.59 21.25 -
YUV 126.75 123.62 100.36 -
System Red Green Blue C M Y K H S L
Decimal 88 148 119 0.41 0 0.20 0.42 151 0.25 0.46
Hex 58 94 77 29 0 14 2A 97 19 2E
Octal 130 224 167 51 0 24 52 227 31 56
Binary 1011000 10010100 1110111 101001 0 10100 101010 10010111 11001 101110

Color Harmonies of #589477

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #589477

Black with #589477

Text Example


Text Example

White with #589477

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #589477; }

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

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

background-color css

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

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

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

border-color css

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

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

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