#56746A

Color #56746A Cutty Sark (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cutty Sark #56746A

Tints of Cutty Sark #56746A

Color information

#56746A (or 0x56746A) is unknown color: approx Cutty Sark. HEX triplet: 56, 74 and 6A. RGB value is (86,116,106). Sum of RGB (Red+Green+Blue) = 86+116+106=308 (40% of max value = 765). Red value is 86 (33.98% from 255 or 27.92% from 308); Green value is 116 (45.70% from 255 or 37.66% from 308); Blue value is 106 (41.80% from 255 or 34.42% from 308); Max value from RGB is 116 - color contains mainly: green. Hex color #56746A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #56746A is #A98B95. Grayscale: #696969. Windows color (decimal): -11111318 or 6976598. OLE color: 6976598.

HSL color Cylindrical-coordinate representation of color #56746A: hue angle of 160º degrees, saturation: 0.15, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #56746A is Cyan = 0.26, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.55.

Color convert

RGB86116106-
CMYK0.2600.090.55
HSL160º14.85%39.61%-
HSV(B)160º25.86%45.49%-
XYZ12.6815.5115.96-
YUV105.89128.06113.81-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 27.92%
GREEN value IS 116 (45.70% from 255) = 37.66%
BLUE value IS 106 (41.80% from 255) = 34.42%
R=27.92%
G=37.66%
B=34.42%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal861161060.2600.090.5516014.8539.61
Hex56746A1A0937a0f28
Octal12616415232011672401750
Binary1010110111010011010101101001001110111101000001111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56746A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #56746A; }

 p { color: rgb(86,116,106); }

 H1.HeaderClassName
 {
   color: #56746A;
 }
 .AnyTagClassName
 {
   color: #56746A;
 }
</style>
background-color css

<style>
 a { background-color: #56746A; }

 a { background-color: rgb(86,116,106); }

 div.DivClassName
 {
   background-color: #56746A;
 }
 .BgClassName
 {
   background-color: #56746A;
 }
</style>
border-color css

<style>
 span { border-color: #56746A; }

 span { border-color: rgb(86,116,106); }

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