Html Css Color HEX #559784 Patina

📋 copy color: '#559784'

red 85 ◦ green 151 ◦ blue 132

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

Shades of Patina #559784

Tints of Patina #559784

RGB

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

 GREEN value IS 151 (59.38% from 255) = 41.03%

 BLUE value IS 132 (51.95% from 255) = 35.87%

R = 23.1%
G = 41.03%
B = 35.87%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.13

 K value IS 0.41

RGB Variations

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

Color information

#559784 (or 0x559784) is known color: Patina. HEX triplet: 55, 97 and 84. RGB value is (85,151,132). Sum of RGB (Red+Green+Blue) = 85+151+132=368 (48% of max value = 765). Red value is 85 (33.59% from 255 or 23.10% from 368); Green value is 151 (59.38% from 255 or 41.03% from 368); Blue value is 132 (51.95% from 255 or 35.87% from 368); Max value from RGB is 151 - color contains mainly: green. Hex color #559784 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #559784 is #AA687B. Grayscale: #818181. Windows color (decimal): -11167868 or 8689493. OLE color: 8689493.

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

Color convert

RGB 85 151 132 -
CMYK 0.44 0 0.13 0.41
HSL 162.73º 0.28% 0.46% -
HSV(B) 162.73º 0.44% 0.59% -
XYZ 18.98 25.73 25.8 -
YUV 129.1 129.63 96.54 -
System Red Green Blue C M Y K H S L
Decimal 85 151 132 0.44 0 0.13 0.41 162.73 0.28 0.46
Hex 55 97 84 2C 0 D 29 A3 1C 2E
Octal 125 227 204 54 0 15 51 243 34 56
Binary 1010101 10010111 10000100 101100 0 1101 101001 10100011 11100 101110

Color Harmonies of #559784

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #559784

Black with #559784

Text Example


Text Example

White with #559784

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #559784; }

 p { color: rgb(85,151,132); }

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

background-color css

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

 a { background-color: rgb(85,151,132); }

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

border-color css

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

 span { border-color: rgb(85,151,132); }

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