Html Css Color HEX #56A688 Patina

📋 copy color: '#56A688'

red 86 ◦ green 166 ◦ blue 136

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

Shades of Patina #56A688

Tints of Patina #56A688

RGB

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

 GREEN value IS 166 (65.23% from 255) = 42.78%

 BLUE value IS 136 (53.52% from 255) = 35.05%

R = 22.16%
G = 42.78%
B = 35.05%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.18

 K value IS 0.35

RGB Variations

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

Color information

#56A688 (or 0x56A688) is known color: Patina. HEX triplet: 56, A6 and 88. RGB value is (86,166,136). Sum of RGB (Red+Green+Blue) = 86+166+136=388 (51% of max value = 765). Red value is 86 (33.98% from 255 or 22.16% from 388); Green value is 166 (65.23% from 255 or 42.78% from 388); Blue value is 136 (53.52% from 255 or 35.05% from 388); Max value from RGB is 166 - color contains mainly: green. Hex color #56A688 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #56A688 is #A95977. Grayscale: #8A8A8A. Windows color (decimal): -11098488 or 8955478. OLE color: 8955478.

HSL color Cylindrical-coordinate representation of color #56A688: hue angle of 157.5º degrees, saturation: 0.32, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #56A688 is Cyan = 0.48, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.35.

Color convert

RGB 86 166 136 -
CMYK 0.48 0 0.18 0.35
HSL 157.5º 0.32% 0.49% -
HSV(B) 157.5º 0.48% 0.65% -
XYZ 21.92 31.03 28.13 -
YUV 138.66 126.5 90.44 -
System Red Green Blue C M Y K H S L
Decimal 86 166 136 0.48 0 0.18 0.35 157.5 0.32 0.49
Hex 56 A6 88 30 0 12 23 9E 20 31
Octal 126 246 210 60 0 22 43 236 40 61
Binary 1010110 10100110 10001000 110000 0 10010 100011 10011110 100000 110001

Color Harmonies of #56A688

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56A688

Black with #56A688

Text Example


Text Example

White with #56A688

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #56A688; }

 p { color: rgb(86,166,136); }

 H1.HeaderClassName
 {
   color: #56A688;
 }
 .AnyTagClassName
 {
   color: #56A688;
 }
</style>

background-color css

<style>
 a { background-color: #56A688; }

 a { background-color: rgb(86,166,136); }

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

border-color css

<style>
 span { border-color: #56A688; }

 span { border-color: rgb(86,166,136); }

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