Html Css Color HEX #55937F Patina

📋 copy color: '#55937F'

red 85 ◦ green 147 ◦ blue 127

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

Shades of Patina #55937F

Tints of Patina #55937F

RGB

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

 GREEN value IS 147 (57.81% from 255) = 40.95%

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

R = 23.68%
G = 40.95%
B = 35.38%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.14

 K value IS 0.42

RGB Variations

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

Color information

#55937F (or 0x55937F) is known color: Patina. HEX triplet: 55, 93 and 7F. RGB value is (85,147,127). Sum of RGB (Red+Green+Blue) = 85+147+127=359 (47% of max value = 765). Red value is 85 (33.59% from 255 or 23.68% from 359); Green value is 147 (57.81% from 255 or 40.95% from 359); Blue value is 127 (50% from 255 or 35.38% from 359); Max value from RGB is 147 - color contains mainly: green. Hex color #55937F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #55937F is #AA6C80. Grayscale: #7E7E7E. Windows color (decimal): -11168897 or 8360789. OLE color: 8360789.

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

Color convert

RGB 85 147 127 -
CMYK 0.42 0 0.14 0.42
HSL 160.65º 0.27% 0.45% -
HSV(B) 160.65º 0.42% 0.58% -
XYZ 18.01 24.33 23.83 -
YUV 126.18 128.46 98.63 -
System Red Green Blue C M Y K H S L
Decimal 85 147 127 0.42 0 0.14 0.42 160.65 0.27 0.45
Hex 55 93 7F 2A 0 E 2A A1 1B 2D
Octal 125 223 177 52 0 16 52 241 33 55
Binary 1010101 10010011 1111111 101010 0 1110 101010 10100001 11011 101101

Color Harmonies of #55937F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55937F

Black with #55937F

Text Example


Text Example

White with #55937F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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