Html Css Color HEX #56987B Patina

📋 copy color: '#56987B'

red 86 ◦ green 152 ◦ blue 123

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

Shades of Patina #56987B

Tints of Patina #56987B

RGB

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

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

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

R = 23.82%
G = 42.11%
B = 34.07%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.19

 K value IS 0.40

RGB Variations

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

Color information

#56987B (or 0x56987B) is known color: Patina. HEX triplet: 56, 98 and 7B. RGB value is (86,152,123). Sum of RGB (Red+Green+Blue) = 86+152+123=361 (47% of max value = 765). Red value is 86 (33.98% from 255 or 23.82% from 361); Green value is 152 (59.77% from 255 or 42.11% from 361); Blue value is 123 (48.44% from 255 or 34.07% from 361); Max value from RGB is 152 - color contains mainly: green. Hex color #56987B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #56987B is #A96784. Grayscale: #818181. Windows color (decimal): -11102085 or 8099926. OLE color: 8099926.

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

Color convert

RGB 86 152 123 -
CMYK 0.43 0 0.19 0.40
HSL 153.64º 0.28% 0.47% -
HSV(B) 153.64º 0.43% 0.6% -
XYZ 18.64 25.86 22.75 -
YUV 128.96 124.63 97.36 -
System Red Green Blue C M Y K H S L
Decimal 86 152 123 0.43 0 0.19 0.40 153.64 0.28 0.47
Hex 56 98 7B 2B 0 13 28 9A 1C 2F
Octal 126 230 173 53 0 23 50 232 34 57
Binary 1010110 10011000 1111011 101011 0 10011 101000 10011010 11100 101111

Color Harmonies of #56987B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56987B

Black with #56987B

Text Example


Text Example

White with #56987B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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