Html Css Color HEX #559A7F Patina

📋 copy color: '#559A7F'

red 85 ◦ green 154 ◦ blue 127

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

Shades of Patina #559A7F

Tints of Patina #559A7F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 34.7%

R = 23.22%
G = 42.08%
B = 34.7%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.18

 K value IS 0.40

RGB Variations

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

Color information

#559A7F (or 0x559A7F) is known color: Patina. HEX triplet: 55, 9A and 7F. RGB value is (85,154,127). Sum of RGB (Red+Green+Blue) = 85+154+127=366 (48% of max value = 765). Red value is 85 (33.59% from 255 or 23.22% from 366); Green value is 154 (60.55% from 255 or 42.08% from 366); Blue value is 127 (50% from 255 or 34.70% from 366); Max value from RGB is 154 - color contains mainly: green. Hex color #559A7F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #559A7F is #AA6580. Grayscale: #828282. Windows color (decimal): -11167105 or 8362581. OLE color: 8362581.

HSL color Cylindrical-coordinate representation of color #559A7F: hue angle of 156.52º 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 #559A7F is Cyan = 0.45, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.40.

Color convert

RGB 85 154 127 -
CMYK 0.45 0 0.18 0.40
HSL 156.52º 0.29% 0.47% -
HSV(B) 156.52º 0.45% 0.6% -
XYZ 19.13 26.57 24.2 -
YUV 130.29 126.14 95.7 -
System Red Green Blue C M Y K H S L
Decimal 85 154 127 0.45 0 0.18 0.40 156.52 0.29 0.47
Hex 55 9A 7F 2D 0 12 28 9D 1D 2F
Octal 125 232 177 55 0 22 50 235 35 57
Binary 1010101 10011010 1111111 101101 0 10010 101000 10011101 11101 101111

Color Harmonies of #559A7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #559A7F

Black with #559A7F

Text Example


Text Example

White with #559A7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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