Html Css Color HEX #55937B Patina

📋 copy color: '#55937B'

red 85 ◦ green 147 ◦ blue 123

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

Shades of Patina #55937B

Tints of Patina #55937B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 34.65%

R = 23.94%
G = 41.41%
B = 34.65%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.16

 K value IS 0.42

RGB Variations

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

Color information

#55937B (or 0x55937B) is known color: Patina. HEX triplet: 55, 93 and 7B. RGB value is (85,147,123). Sum of RGB (Red+Green+Blue) = 85+147+123=355 (47% of max value = 765). Red value is 85 (33.59% from 255 or 23.94% from 355); Green value is 147 (57.81% from 255 or 41.41% from 355); Blue value is 123 (48.44% from 255 or 34.65% from 355); Max value from RGB is 147 - color contains mainly: green. Hex color #55937B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #55937B is #AA6C84. Grayscale: #7D7D7D. Windows color (decimal): -11168901 or 8098645. OLE color: 8098645.

HSL color Cylindrical-coordinate representation of color #55937B: hue angle of 156.77º 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 #55937B is Cyan = 0.42, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.42.

Color convert

RGB 85 147 123 -
CMYK 0.42 0 0.16 0.42
HSL 156.77º 0.27% 0.45% -
HSV(B) 156.77º 0.42% 0.58% -
XYZ 17.76 24.23 22.48 -
YUV 125.73 126.46 98.95 -
System Red Green Blue C M Y K H S L
Decimal 85 147 123 0.42 0 0.16 0.42 156.77 0.27 0.45
Hex 55 93 7B 2A 0 10 2A 9D 1B 2D
Octal 125 223 173 52 0 20 52 235 33 55
Binary 1010101 10010011 1111011 101010 0 10000 101010 10011101 11011 101101

Color Harmonies of #55937B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55937B

Black with #55937B

Text Example


Text Example

White with #55937B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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