Html Css Color HEX #56A184 Patina

📋 copy color: '#56A184'

red 86 ◦ green 161 ◦ blue 132

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

Shades of Patina #56A184

Tints of Patina #56A184

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 34.83%

R = 22.69%
G = 42.48%
B = 34.83%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.18

 K value IS 0.37

RGB Variations

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

Color information

#56A184 (or 0x56A184) is known color: Patina. HEX triplet: 56, A1 and 84. RGB value is (86,161,132). Sum of RGB (Red+Green+Blue) = 86+161+132=379 (50% of max value = 765). Red value is 86 (33.98% from 255 or 22.69% from 379); Green value is 161 (63.28% from 255 or 42.48% from 379); Blue value is 132 (51.95% from 255 or 34.83% from 379); Max value from RGB is 161 - color contains mainly: green. Hex color #56A184 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #56A184 is #A95E7B. Grayscale: #878787. Windows color (decimal): -11099772 or 8692054. OLE color: 8692054.

HSL color Cylindrical-coordinate representation of color #56A184: hue angle of 156.8º 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 #56A184 is Cyan = 0.47, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.37.

Color convert

RGB 86 161 132 -
CMYK 0.47 0 0.18 0.37
HSL 156.8º 0.3% 0.48% -
HSV(B) 156.8º 0.47% 0.63% -
XYZ 20.75 29.13 26.36 -
YUV 135.27 126.15 92.86 -
System Red Green Blue C M Y K H S L
Decimal 86 161 132 0.47 0 0.18 0.37 156.8 0.3 0.48
Hex 56 A1 84 2F 0 12 25 9D 1E 30
Octal 126 241 204 57 0 22 45 235 36 60
Binary 1010110 10100001 10000100 101111 0 10010 100101 10011101 11110 110000

Color Harmonies of #56A184

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56A184

Black with #56A184

Text Example


Text Example

White with #56A184

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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