Html Css Color HEX #55997F Patina

📋 copy color: '#55997F'

red 85 ◦ green 153 ◦ blue 127

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

Shades of Patina #55997F

Tints of Patina #55997F

RGB

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

 GREEN value IS 153 (60.16% from 255) = 41.92%

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

R = 23.29%
G = 41.92%
B = 34.79%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.17

 K value IS 0.4

RGB Variations

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

Color information

#55997F (or 0x55997F) is known color: Patina. HEX triplet: 55, 99 and 7F. RGB value is (85,153,127). Sum of RGB (Red+Green+Blue) = 85+153+127=365 (48% of max value = 765). Red value is 85 (33.59% from 255 or 23.29% from 365); Green value is 153 (60.16% from 255 or 41.92% from 365); Blue value is 127 (50% from 255 or 34.79% from 365); Max value from RGB is 153 - color contains mainly: green. Hex color #55997F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #55997F is #AA6680. Grayscale: #818181. Windows color (decimal): -11167361 or 8362325. OLE color: 8362325.

HSL color Cylindrical-coordinate representation of color #55997F: hue angle of 157.06º degrees, saturation: 0.29, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #55997F is Cyan = 0.44, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.4.

Color convert

RGB 85 153 127 -
CMYK 0.44 0 0.17 0.4
HSL 157.06º 0.29% 0.47% -
HSV(B) 157.06º 0.44% 0.6% -
XYZ 18.97 26.25 24.14 -
YUV 129.7 126.47 96.11 -
System Red Green Blue C M Y K H S L
Decimal 85 153 127 0.44 0 0.17 0.4 157.06 0.29 0.47
Hex 55 99 7F 2C 0 11 28 9D 1D 2F
Octal 125 231 177 54 0 21 50 235 35 57
Binary 1010101 10011001 1111111 101100 0 10001 101000 10011101 11101 101111

Color Harmonies of #55997F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55997F

Black with #55997F

Text Example


Text Example

White with #55997F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #55997F; }

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

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

background-color css

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

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

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

border-color css

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

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

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