Html Css Color HEX #55967D Patina

📋 copy color: '#55967D'

red 85 ◦ green 150 ◦ blue 125

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

Shades of Patina #55967D

Tints of Patina #55967D

RGB

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

 GREEN value IS 150 (58.98% from 255) = 41.67%

 BLUE value IS 125 (49.22% from 255) = 34.72%

R = 23.61%
G = 41.67%
B = 34.72%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.17

 K value IS 0.41

RGB Variations

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

Color information

#55967D (or 0x55967D) is known color: Patina. HEX triplet: 55, 96 and 7D. RGB value is (85,150,125). Sum of RGB (Red+Green+Blue) = 85+150+125=360 (47% of max value = 765). Red value is 85 (33.59% from 255 or 23.61% from 360); Green value is 150 (58.98% from 255 or 41.67% from 360); Blue value is 125 (49.22% from 255 or 34.72% from 360); Max value from RGB is 150 - color contains mainly: green. Hex color #55967D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #55967D is #AA6982. Grayscale: #7F7F7F. Windows color (decimal): -11168131 or 8230485. OLE color: 8230485.

HSL color Cylindrical-coordinate representation of color #55967D: hue angle of 156.92º degrees, saturation: 0.28, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #55967D is Cyan = 0.43, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.41.

Color convert

RGB 85 150 125 -
CMYK 0.43 0 0.17 0.41
HSL 156.92º 0.28% 0.46% -
HSV(B) 156.92º 0.43% 0.59% -
XYZ 18.35 25.22 23.3 -
YUV 127.72 126.47 97.53 -
System Red Green Blue C M Y K H S L
Decimal 85 150 125 0.43 0 0.17 0.41 156.92 0.28 0.46
Hex 55 96 7D 2B 0 11 29 9D 1C 2E
Octal 125 226 175 53 0 21 51 235 34 56
Binary 1010101 10010110 1111101 101011 0 10001 101001 10011101 11100 101110

Color Harmonies of #55967D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55967D

Black with #55967D

Text Example


Text Example

White with #55967D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #55967D; }

 p { color: rgb(85,150,125); }

 H1.HeaderClassName
 {
   color: #55967D;
 }
 .AnyTagClassName
 {
   color: #55967D;
 }
</style>

background-color css

<style>
 a { background-color: #55967D; }

 a { background-color: rgb(85,150,125); }

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

border-color css

<style>
 span { border-color: #55967D; }

 span { border-color: rgb(85,150,125); }

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