Html Css Color HEX #56947B Patina

📋 copy color: '#56947B'

red 86 ◦ green 148 ◦ blue 123

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

Shades of Patina #56947B

Tints of Patina #56947B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 34.45%

R = 24.09%
G = 41.46%
B = 34.45%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.17

 K value IS 0.42

RGB Variations

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

Color information

#56947B (or 0x56947B) is known color: Patina. HEX triplet: 56, 94 and 7B. RGB value is (86,148,123). Sum of RGB (Red+Green+Blue) = 86+148+123=357 (47% of max value = 765). Red value is 86 (33.98% from 255 or 24.09% from 357); Green value is 148 (58.20% from 255 or 41.46% from 357); Blue value is 123 (48.44% from 255 or 34.45% from 357); Max value from RGB is 148 - color contains mainly: green. Hex color #56947B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #56947B is #A96B84. Grayscale: #7E7E7E. Windows color (decimal): -11103109 or 8098902. OLE color: 8098902.

HSL color Cylindrical-coordinate representation of color #56947B: hue angle of 155.81º 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 #56947B is Cyan = 0.42, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.42.

Color convert

RGB 86 148 123 -
CMYK 0.42 0 0.17 0.42
HSL 155.81º 0.26% 0.46% -
HSV(B) 155.81º 0.42% 0.58% -
XYZ 18 24.59 22.54 -
YUV 126.61 125.96 99.03 -
System Red Green Blue C M Y K H S L
Decimal 86 148 123 0.42 0 0.17 0.42 155.81 0.26 0.46
Hex 56 94 7B 2A 0 11 2A 9C 1A 2E
Octal 126 224 173 52 0 21 52 234 32 56
Binary 1010110 10010100 1111011 101010 0 10001 101010 10011100 11010 101110

Color Harmonies of #56947B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56947B

Black with #56947B

Text Example


Text Example

White with #56947B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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