Html Css Color HEX #56967C Patina

📋 copy color: '#56967C'

red 86 ◦ green 150 ◦ blue 124

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

Shades of Patina #56967C

Tints of Patina #56967C

RGB

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

 GREEN value IS 150 (58.98% from 255) = 41.67%

 BLUE value IS 124 (48.83% from 255) = 34.44%

R = 23.89%
G = 41.67%
B = 34.44%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.17

 K value IS 0.41

RGB Variations

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

Color information

#56967C (or 0x56967C) is known color: Patina. HEX triplet: 56, 96 and 7C. RGB value is (86,150,124). Sum of RGB (Red+Green+Blue) = 86+150+124=360 (47% of max value = 765). Red value is 86 (33.98% from 255 or 23.89% from 360); Green value is 150 (58.98% from 255 or 41.67% from 360); Blue value is 124 (48.83% from 255 or 34.44% from 360); Max value from RGB is 150 - color contains mainly: green. Hex color #56967C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #56967C is #A96983. Grayscale: #7F7F7F. Windows color (decimal): -11102596 or 8164950. OLE color: 8164950.

HSL color Cylindrical-coordinate representation of color #56967C: hue angle of 155.62º degrees, saturation: 0.27, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #56967C is Cyan = 0.43, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.41.

Color convert

RGB 86 150 124 -
CMYK 0.43 0 0.17 0.41
HSL 155.63º 0.27% 0.46% -
HSV(B) 155.63º 0.43% 0.59% -
XYZ 18.38 25.25 22.97 -
YUV 127.9 125.8 98.11 -
System Red Green Blue C M Y K H S L
Decimal 86 150 124 0.43 0 0.17 0.41 155.63 0.27 0.46
Hex 56 96 7C 2B 0 11 29 9C 1B 2E
Octal 126 226 174 53 0 21 51 234 33 56
Binary 1010110 10010110 1111100 101011 0 10001 101001 10011100 11011 101110

Color Harmonies of #56967C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56967C

Black with #56967C

Text Example


Text Example

White with #56967C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #56967C; }

 p { color: rgb(86,150,124); }

 H1.HeaderClassName
 {
   color: #56967C;
 }
 .AnyTagClassName
 {
   color: #56967C;
 }
</style>

background-color css

<style>
 a { background-color: #56967C; }

 a { background-color: rgb(86,150,124); }

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

border-color css

<style>
 span { border-color: #56967C; }

 span { border-color: rgb(86,150,124); }

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