Html Css Color HEX #559677 Patina

📋 copy color: '#559677'

red 85 ◦ green 150 ◦ blue 119

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

Shades of Patina #559677

Tints of Patina #559677

RGB

 RED value IS 85 (33.59% from 255) = 24.01%

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

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

R = 24.01%
G = 42.37%
B = 33.62%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.21

 K value IS 0.41

RGB Variations

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

Color information

#559677 (or 0x559677) is known color: Patina. HEX triplet: 55, 96 and 77. RGB value is (85,150,119). Sum of RGB (Red+Green+Blue) = 85+150+119=354 (46% of max value = 765). Red value is 85 (33.59% from 255 or 24.01% from 354); Green value is 150 (58.98% from 255 or 42.37% from 354); Blue value is 119 (46.88% from 255 or 33.62% from 354); Max value from RGB is 150 - color contains mainly: green. Hex color #559677 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #559677 is #AA6988. Grayscale: #7F7F7F. Windows color (decimal): -11168137 or 7837269. OLE color: 7837269.

HSL color Cylindrical-coordinate representation of color #559677: hue angle of 151.38º degrees, saturation: 0.28, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #559677 is Cyan = 0.43, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.41.

Color convert

RGB 85 150 119 -
CMYK 0.43 0 0.21 0.41
HSL 151.38º 0.28% 0.46% -
HSV(B) 151.38º 0.43% 0.59% -
XYZ 17.98 25.08 21.35 -
YUV 127.03 123.47 98.02 -
System Red Green Blue C M Y K H S L
Decimal 85 150 119 0.43 0 0.21 0.41 151.38 0.28 0.46
Hex 55 96 77 2B 0 15 29 97 1C 2E
Octal 125 226 167 53 0 25 51 227 34 56
Binary 1010101 10010110 1110111 101011 0 10101 101001 10010111 11100 101110

Color Harmonies of #559677

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #559677

Black with #559677

Text Example


Text Example

White with #559677

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #559677; }

 p { color: rgb(85,150,119); }

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

background-color css

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

 a { background-color: rgb(85,150,119); }

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

border-color css

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

 span { border-color: rgb(85,150,119); }

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