#56776B

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

Shades of Cutty Sark #56776B

Tints of Cutty Sark #56776B

Color information

#56776B (or 0x56776B) is unknown color: approx Cutty Sark. HEX triplet: 56, 77 and 6B. RGB value is (86,119,107). Sum of RGB (Red+Green+Blue) = 86+119+107=312 (41% of max value = 765). Red value is 86 (33.98% from 255 or 27.56% from 312); Green value is 119 (46.88% from 255 or 38.14% from 312); Blue value is 107 (42.19% from 255 or 34.29% from 312); Max value from RGB is 119 - color contains mainly: green. Hex color #56776B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #56776B is #A98894. Grayscale: #6B6B6B. Windows color (decimal): -11110549 or 7042902. OLE color: 7042902.

HSL color Cylindrical-coordinate representation of color #56776B: hue angle of 158.18º degrees, saturation: 0.16, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #56776B is Cyan = 0.28, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.53.

Color convert

RGB86119107-
CMYK0.2800.100.53
HSL158.18º16.1%40.2%-
HSV(B)158.18º27.73%46.67%-
XYZ13.0916.2316.35-
YUV107.76127.57112.48-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 27.56%
GREEN value IS 119 (46.88% from 255) = 38.14%
BLUE value IS 107 (42.19% from 255) = 34.29%
R=27.56%
G=38.14%
B=34.29%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal861191070.2800.100.53158.1816.140.2
Hex56776B1C0A359e1028
Octal12616715334012652362050
Binary10101101110111110101111100010101101011001111010000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56776B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #56776B; }

 p { color: rgb(86,119,107); }

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

<style>
 a { background-color: #56776B; }

 a { background-color: rgb(86,119,107); }

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

<style>
 span { border-color: #56776B; }

 span { border-color: rgb(86,119,107); }

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