Html Css Color HEX #55967C Patina

📋 copy color: '#55967C'

red 85 ◦ green 150 ◦ blue 124

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

Shades of Patina #55967C

Tints of Patina #55967C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 34.54%

R = 23.68%
G = 41.78%
B = 34.54%

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

#55967C (or 0x55967C) is known color: Patina. HEX triplet: 55, 96 and 7C. RGB value is (85,150,124). Sum of RGB (Red+Green+Blue) = 85+150+124=359 (47% of max value = 765). Red value is 85 (33.59% from 255 or 23.68% from 359); Green value is 150 (58.98% from 255 or 41.78% from 359); Blue value is 124 (48.83% from 255 or 34.54% from 359); Max value from RGB is 150 - color contains mainly: green. Hex color #55967C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #55967C is #AA6983. Grayscale: #7F7F7F. Windows color (decimal): -11168132 or 8164949. OLE color: 8164949.

HSL color Cylindrical-coordinate representation of color #55967C: hue angle of 156º 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 #55967C is Cyan = 0.43, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.41.

Color convert

RGB 85 150 124 -
CMYK 0.43 0 0.17 0.41
HSL 156º 0.28% 0.46% -
HSV(B) 156º 0.43% 0.59% -
XYZ 18.29 25.2 22.97 -
YUV 127.6 125.97 97.61 -
System Red Green Blue C M Y K H S L
Decimal 85 150 124 0.43 0 0.17 0.41 156 0.28 0.46
Hex 55 96 7C 2B 0 11 29 9C 1C 2E
Octal 125 226 174 53 0 21 51 234 34 56
Binary 1010101 10010110 1111100 101011 0 10001 101001 10011100 11100 101110

Color Harmonies of #55967C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55967C

Black with #55967C

Text Example


Text Example

White with #55967C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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