Html Css Color HEX #559484 Patina

📋 copy color: '#559484'

red 85 ◦ green 148 ◦ blue 132

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

Shades of Patina #559484

Tints of Patina #559484

RGB

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

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

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

R = 23.29%
G = 40.55%
B = 36.16%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.11

 K value IS 0.42

RGB Variations

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

Color information

#559484 (or 0x559484) is known color: Patina. HEX triplet: 55, 94 and 84. RGB value is (85,148,132). Sum of RGB (Red+Green+Blue) = 85+148+132=365 (48% of max value = 765). Red value is 85 (33.59% from 255 or 23.29% from 365); Green value is 148 (58.20% from 255 or 40.55% from 365); Blue value is 132 (51.95% from 255 or 36.16% from 365); Max value from RGB is 148 - color contains mainly: green. Hex color #559484 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #559484 is #AA6B7B. Grayscale: #7F7F7F. Windows color (decimal): -11168636 or 8688725. OLE color: 8688725.

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

Color convert

RGB 85 148 132 -
CMYK 0.43 0 0.11 0.42
HSL 164.76º 0.27% 0.46% -
HSV(B) 164.76º 0.43% 0.58% -
XYZ 18.5 24.78 25.64 -
YUV 127.34 130.63 97.8 -
System Red Green Blue C M Y K H S L
Decimal 85 148 132 0.43 0 0.11 0.42 164.76 0.27 0.46
Hex 55 94 84 2B 0 B 2A A5 1B 2E
Octal 125 224 204 53 0 13 52 245 33 56
Binary 1010101 10010100 10000100 101011 0 1011 101010 10100101 11011 101110

Color Harmonies of #559484

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #559484

Black with #559484

Text Example


Text Example

White with #559484

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #559484; }

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

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

background-color css

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

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

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

border-color css

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

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

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