Html Css Color HEX #56A190 Patina

📋 copy color: '#56A190'

red 86 ◦ green 161 ◦ blue 144

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

Shades of Patina #56A190

Tints of Patina #56A190

RGB

 RED value IS 86 (33.98% from 255) = 21.99%

 GREEN value IS 161 (63.28% from 255) = 41.18%

 BLUE value IS 144 (56.64% from 255) = 36.83%

R = 21.99%
G = 41.18%
B = 36.83%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.11

 K value IS 0.37

RGB Variations

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

Color information

#56A190 (or 0x56A190) is known color: Patina. HEX triplet: 56, A1 and 90. RGB value is (86,161,144). Sum of RGB (Red+Green+Blue) = 86+161+144=391 (51% of max value = 765). Red value is 86 (33.98% from 255 or 21.99% from 391); Green value is 161 (63.28% from 255 or 41.18% from 391); Blue value is 144 (56.64% from 255 or 36.83% from 391); Max value from RGB is 161 - color contains mainly: green. Hex color #56A190 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #56A190 is #A95E6F. Grayscale: #888888. Windows color (decimal): -11099760 or 9478486. OLE color: 9478486.

HSL color Cylindrical-coordinate representation of color #56A190: hue angle of 166.4º degrees, saturation: 0.3, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #56A190 is Cyan = 0.47, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.37.

Color convert

RGB 86 161 144 -
CMYK 0.47 0 0.11 0.37
HSL 166.4º 0.3% 0.48% -
HSV(B) 166.4º 0.47% 0.63% -
XYZ 21.62 29.48 30.94 -
YUV 136.64 132.15 91.88 -
System Red Green Blue C M Y K H S L
Decimal 86 161 144 0.47 0 0.11 0.37 166.4 0.3 0.48
Hex 56 A1 90 2F 0 B 25 A6 1E 30
Octal 126 241 220 57 0 13 45 246 36 60
Binary 1010110 10100001 10010000 101111 0 1011 100101 10100110 11110 110000

Color Harmonies of #56A190

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56A190

Black with #56A190

Text Example


Text Example

White with #56A190

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #56A190; }

 p { color: rgb(86,161,144); }

 H1.HeaderClassName
 {
   color: #56A190;
 }
 .AnyTagClassName
 {
   color: #56A190;
 }
</style>

background-color css

<style>
 a { background-color: #56A190; }

 a { background-color: rgb(86,161,144); }

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

border-color css

<style>
 span { border-color: #56A190; }

 span { border-color: rgb(86,161,144); }

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