Html Css Color HEX #55927C Patina

📋 copy color: '#55927C'

red 85 ◦ green 146 ◦ blue 124

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

Shades of Patina #55927C

Tints of Patina #55927C

RGB

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

 GREEN value IS 146 (57.42% from 255) = 41.13%

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

R = 23.94%
G = 41.13%
B = 34.93%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.15

 K value IS 0.43

RGB Variations

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

Color information

#55927C (or 0x55927C) is known color: Patina. HEX triplet: 55, 92 and 7C. RGB value is (85,146,124). Sum of RGB (Red+Green+Blue) = 85+146+124=355 (47% of max value = 765). Red value is 85 (33.59% from 255 or 23.94% from 355); Green value is 146 (57.42% from 255 or 41.13% from 355); Blue value is 124 (48.83% from 255 or 34.93% from 355); Max value from RGB is 146 - color contains mainly: green. Hex color #55927C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #55927C is #AA6D83. Grayscale: #7D7D7D. Windows color (decimal): -11169156 or 8163925. OLE color: 8163925.

HSL color Cylindrical-coordinate representation of color #55927C: hue angle of 158.36º degrees, saturation: 0.26, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #55927C is Cyan = 0.42, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.43.

Color convert

RGB 85 146 124 -
CMYK 0.42 0 0.15 0.43
HSL 158.36º 0.26% 0.45% -
HSV(B) 158.36º 0.42% 0.57% -
XYZ 17.66 23.94 22.76 -
YUV 125.25 127.29 99.29 -
System Red Green Blue C M Y K H S L
Decimal 85 146 124 0.42 0 0.15 0.43 158.36 0.26 0.45
Hex 55 92 7C 2A 0 F 2B 9E 1A 2D
Octal 125 222 174 52 0 17 53 236 32 55
Binary 1010101 10010010 1111100 101010 0 1111 101011 10011110 11010 101101

Color Harmonies of #55927C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55927C

Black with #55927C

Text Example


Text Example

White with #55927C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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