Html Css Color HEX #56806D Cutty Sark

📋 copy color: '#56806D'

red 86 ◦ green 128 ◦ blue 109

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

Shades of Cutty Sark #56806D

Tints of Cutty Sark #56806D

RGB

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

 GREEN value IS 128 (50.39% from 255) = 39.63%

 BLUE value IS 109 (42.97% from 255) = 33.75%

R = 26.63%
G = 39.63%
B = 33.75%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.15

 K value IS 0.50

RGB Variations

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

Color information

#56806D (or 0x56806D) is known color: Cutty Sark. HEX triplet: 56, 80 and 6D. RGB value is (86,128,109). Sum of RGB (Red+Green+Blue) = 86+128+109=323 (42% of max value = 765). Red value is 86 (33.98% from 255 or 26.63% from 323); Green value is 128 (50.39% from 255 or 39.63% from 323); Blue value is 109 (42.97% from 255 or 33.75% from 323); Max value from RGB is 128 - color contains mainly: green. Hex color #56806D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #56806D is #A97F92. Grayscale: #717171. Windows color (decimal): -11108243 or 7176278. OLE color: 7176278.

HSL color Cylindrical-coordinate representation of color #56806D: hue angle of 152.86º degrees, saturation: 0.2, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #56806D is Cyan = 0.33, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.50.

Color convert

RGB 86 128 109 -
CMYK 0.33 0 0.15 0.50
HSL 152.86º 0.2% 0.42% -
HSV(B) 152.86º 0.33% 0.5% -
XYZ 14.32 18.52 17.29 -
YUV 113.28 125.59 108.54 -
System Red Green Blue C M Y K H S L
Decimal 86 128 109 0.33 0 0.15 0.50 152.86 0.2 0.42
Hex 56 80 6D 21 0 F 32 99 14 2A
Octal 126 200 155 41 0 17 62 231 24 52
Binary 1010110 10000000 1101101 100001 0 1111 110010 10011001 10100 101010

Color Harmonies of #56806D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56806D

Black with #56806D

Text Example


Text Example

White with #56806D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(86,128,109); }

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

background-color css

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

 a { background-color: rgb(86,128,109); }

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

border-color css

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

 span { border-color: rgb(86,128,109); }

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