Html Css Color HEX #56987D Patina

📋 copy color: '#56987D'

red 86 ◦ green 152 ◦ blue 125

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

Shades of Patina #56987D

Tints of Patina #56987D

RGB

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

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

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

R = 23.69%
G = 41.87%
B = 34.44%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.18

 K value IS 0.40

RGB Variations

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

Color information

#56987D (or 0x56987D) is known color: Patina. HEX triplet: 56, 98 and 7D. RGB value is (86,152,125). Sum of RGB (Red+Green+Blue) = 86+152+125=363 (48% of max value = 765). Red value is 86 (33.98% from 255 or 23.69% from 363); Green value is 152 (59.77% from 255 or 41.87% from 363); Blue value is 125 (49.22% from 255 or 34.44% from 363); Max value from RGB is 152 - color contains mainly: green. Hex color #56987D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #56987D is #A96782. Grayscale: #818181. Windows color (decimal): -11102083 or 8230998. OLE color: 8230998.

HSL color Cylindrical-coordinate representation of color #56987D: hue angle of 155.45º 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 #56987D is Cyan = 0.43, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.40.

Color convert

RGB 86 152 125 -
CMYK 0.43 0 0.18 0.40
HSL 155.45º 0.28% 0.47% -
HSV(B) 155.45º 0.43% 0.6% -
XYZ 18.77 25.92 23.42 -
YUV 129.19 125.63 97.2 -
System Red Green Blue C M Y K H S L
Decimal 86 152 125 0.43 0 0.18 0.40 155.45 0.28 0.47
Hex 56 98 7D 2B 0 12 28 9B 1C 2F
Octal 126 230 175 53 0 22 50 233 34 57
Binary 1010110 10011000 1111101 101011 0 10010 101000 10011011 11100 101111

Color Harmonies of #56987D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56987D

Black with #56987D

Text Example


Text Example

White with #56987D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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