Html Css Color HEX #559A84 Patina

📋 copy color: '#559A84'

red 85 ◦ green 154 ◦ blue 132

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

Shades of Patina #559A84

Tints of Patina #559A84

RGB

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

 GREEN value IS 154 (60.55% from 255) = 41.51%

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

R = 22.91%
G = 41.51%
B = 35.58%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.14

 K value IS 0.40

RGB Variations

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

Color information

#559A84 (or 0x559A84) is known color: Patina. HEX triplet: 55, 9A and 84. RGB value is (85,154,132). Sum of RGB (Red+Green+Blue) = 85+154+132=371 (49% of max value = 765). Red value is 85 (33.59% from 255 or 22.91% from 371); Green value is 154 (60.55% from 255 or 41.51% from 371); Blue value is 132 (51.95% from 255 or 35.58% from 371); Max value from RGB is 154 - color contains mainly: green. Hex color #559A84 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #559A84 is #AA657B. Grayscale: #828282. Windows color (decimal): -11167100 or 8690261. OLE color: 8690261.

HSL color Cylindrical-coordinate representation of color #559A84: hue angle of 160.87º degrees, saturation: 0.29, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #559A84 is Cyan = 0.45, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.40.

Color convert

RGB 85 154 132 -
CMYK 0.45 0 0.14 0.40
HSL 160.87º 0.29% 0.47% -
HSV(B) 160.87º 0.45% 0.6% -
XYZ 19.47 26.71 25.96 -
YUV 130.86 128.64 95.29 -
System Red Green Blue C M Y K H S L
Decimal 85 154 132 0.45 0 0.14 0.40 160.87 0.29 0.47
Hex 55 9A 84 2D 0 E 28 A1 1D 2F
Octal 125 232 204 55 0 16 50 241 35 57
Binary 1010101 10011010 10000100 101101 0 1110 101000 10100001 11101 101111

Color Harmonies of #559A84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #559A84

Black with #559A84

Text Example


Text Example

White with #559A84

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #559A84; }

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

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

background-color css

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

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

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

border-color css

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

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

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