Html Css Color HEX #56806C Cutty Sark

📋 copy color: '#56806C'

red 86 ◦ green 128 ◦ blue 108

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

Shades of Cutty Sark #56806C

Tints of Cutty Sark #56806C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 33.54%

R = 26.71%
G = 39.75%
B = 33.54%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.16

 K value IS 0.50

RGB Variations

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

Color information

#56806C (or 0x56806C) is known color: Cutty Sark. HEX triplet: 56, 80 and 6C. RGB value is (86,128,108). Sum of RGB (Red+Green+Blue) = 86+128+108=322 (42% of max value = 765). Red value is 86 (33.98% from 255 or 26.71% from 322); Green value is 128 (50.39% from 255 or 39.75% from 322); Blue value is 108 (42.58% from 255 or 33.54% from 322); Max value from RGB is 128 - color contains mainly: green. Hex color #56806C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #56806C is #A97F93. Grayscale: #717171. Windows color (decimal): -11108244 or 7110742. OLE color: 7110742.

HSL color Cylindrical-coordinate representation of color #56806C: hue angle of 151.43º 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 #56806C is Cyan = 0.33, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.50.

Color convert

RGB 86 128 108 -
CMYK 0.33 0 0.16 0.50
HSL 151.43º 0.2% 0.42% -
HSV(B) 151.43º 0.33% 0.5% -
XYZ 14.26 18.5 17.01 -
YUV 113.16 125.09 108.63 -
System Red Green Blue C M Y K H S L
Decimal 86 128 108 0.33 0 0.16 0.50 151.43 0.2 0.42
Hex 56 80 6C 21 0 10 32 97 14 2A
Octal 126 200 154 41 0 20 62 227 24 52
Binary 1010110 10000000 1101100 100001 0 10000 110010 10010111 10100 101010

Color Harmonies of #56806C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56806C

Black with #56806C

Text Example


Text Example

White with #56806C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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