Html Css Color HEX #56947D Patina

📋 copy color: '#56947D'

red 86 ◦ green 148 ◦ blue 125

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

Shades of Patina #56947D

Tints of Patina #56947D

RGB

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

 GREEN value IS 148 (58.2% from 255) = 41.23%

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

R = 23.96%
G = 41.23%
B = 34.82%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.16

 K value IS 0.42

RGB Variations

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

Color information

#56947D (or 0x56947D) is known color: Patina. HEX triplet: 56, 94 and 7D. RGB value is (86,148,125). Sum of RGB (Red+Green+Blue) = 86+148+125=359 (47% of max value = 765). Red value is 86 (33.98% from 255 or 23.96% from 359); Green value is 148 (58.20% from 255 or 41.23% from 359); Blue value is 125 (49.22% from 255 or 34.82% from 359); Max value from RGB is 148 - color contains mainly: green. Hex color #56947D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #56947D is #A96B82. Grayscale: #7E7E7E. Windows color (decimal): -11103107 or 8229974. OLE color: 8229974.

HSL color Cylindrical-coordinate representation of color #56947D: hue angle of 157.74º degrees, saturation: 0.26, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #56947D is Cyan = 0.42, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.42.

Color convert

RGB 86 148 125 -
CMYK 0.42 0 0.16 0.42
HSL 157.74º 0.26% 0.46% -
HSV(B) 157.74º 0.42% 0.58% -
XYZ 18.13 24.64 23.2 -
YUV 126.84 126.96 98.87 -
System Red Green Blue C M Y K H S L
Decimal 86 148 125 0.42 0 0.16 0.42 157.74 0.26 0.46
Hex 56 94 7D 2A 0 10 2A 9E 1A 2E
Octal 126 224 175 52 0 20 52 236 32 56
Binary 1010110 10010100 1111101 101010 0 10000 101010 10011110 11010 101110

Color Harmonies of #56947D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56947D

Black with #56947D

Text Example


Text Example

White with #56947D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(86,148,125); }

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

background-color css

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

 a { background-color: rgb(86,148,125); }

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

border-color css

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

 span { border-color: rgb(86,148,125); }

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