Html Css Color HEX #56987E Patina

📋 copy color: '#56987E'

red 86 ◦ green 152 ◦ blue 126

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

Shades of Patina #56987E

Tints of Patina #56987E

RGB

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

 GREEN value IS 152 (59.77% from 255) = 41.76%

 BLUE value IS 126 (49.61% from 255) = 34.62%

R = 23.63%
G = 41.76%
B = 34.62%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.17

 K value IS 0.40

RGB Variations

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

Color information

#56987E (or 0x56987E) is known color: Patina. HEX triplet: 56, 98 and 7E. RGB value is (86,152,126). Sum of RGB (Red+Green+Blue) = 86+152+126=364 (48% of max value = 765). Red value is 86 (33.98% from 255 or 23.63% from 364); Green value is 152 (59.77% from 255 or 41.76% from 364); Blue value is 126 (49.61% from 255 or 34.62% from 364); Max value from RGB is 152 - color contains mainly: green. Hex color #56987E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #56987E is #A96781. Grayscale: #818181. Windows color (decimal): -11102082 or 8296534. OLE color: 8296534.

HSL color Cylindrical-coordinate representation of color #56987E: hue angle of 156.36º degrees, saturation: 0.28, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #56987E is Cyan = 0.43, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.40.

Color convert

RGB 86 152 126 -
CMYK 0.43 0 0.17 0.40
HSL 156.36º 0.28% 0.47% -
HSV(B) 156.36º 0.43% 0.6% -
XYZ 18.83 25.94 23.75 -
YUV 129.3 126.13 97.11 -
System Red Green Blue C M Y K H S L
Decimal 86 152 126 0.43 0 0.17 0.40 156.36 0.28 0.47
Hex 56 98 7E 2B 0 11 28 9C 1C 2F
Octal 126 230 176 53 0 21 50 234 34 57
Binary 1010110 10011000 1111110 101011 0 10001 101000 10011100 11100 101111

Color Harmonies of #56987E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56987E

Black with #56987E

Text Example


Text Example

White with #56987E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #56987E; }

 p { color: rgb(86,152,126); }

 H1.HeaderClassName
 {
   color: #56987E;
 }
 .AnyTagClassName
 {
   color: #56987E;
 }
</style>

background-color css

<style>
 a { background-color: #56987E; }

 a { background-color: rgb(86,152,126); }

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

border-color css

<style>
 span { border-color: #56987E; }

 span { border-color: rgb(86,152,126); }

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