Html Css Color HEX #559685 Patina

📋 copy color: '#559685'

red 85 ◦ green 150 ◦ blue 133

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

Shades of Patina #559685

Tints of Patina #559685

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 36.14%

R = 23.1%
G = 40.76%
B = 36.14%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.11

 K value IS 0.41

RGB Variations

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

Color information

#559685 (or 0x559685) is known color: Patina. HEX triplet: 55, 96 and 85. RGB value is (85,150,133). Sum of RGB (Red+Green+Blue) = 85+150+133=368 (48% of max value = 765). Red value is 85 (33.59% from 255 or 23.10% from 368); Green value is 150 (58.98% from 255 or 40.76% from 368); Blue value is 133 (52.34% from 255 or 36.14% from 368); Max value from RGB is 150 - color contains mainly: green. Hex color #559685 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #559685 is #AA697A. Grayscale: #808080. Windows color (decimal): -11168123 or 8754773. OLE color: 8754773.

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

Color convert

RGB 85 150 133 -
CMYK 0.43 0 0.11 0.41
HSL 164.31º 0.28% 0.46% -
HSV(B) 164.31º 0.43% 0.59% -
XYZ 18.89 25.44 26.1 -
YUV 128.63 130.47 96.88 -
System Red Green Blue C M Y K H S L
Decimal 85 150 133 0.43 0 0.11 0.41 164.31 0.28 0.46
Hex 55 96 85 2B 0 B 29 A4 1C 2E
Octal 125 226 205 53 0 13 51 244 34 56
Binary 1010101 10010110 10000101 101011 0 1011 101001 10100100 11100 101110

Color Harmonies of #559685

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #559685

Black with #559685

Text Example


Text Example

White with #559685

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #559685; }

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

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

background-color css

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

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

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

border-color css

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

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

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