#56887A

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

Shades of Cutty Sark #56887A

Tints of Cutty Sark #56887A

Color information

#56887A (or 0x56887A) is unknown color: approx Cutty Sark. HEX triplet: 56, 88 and 7A. RGB value is (86,136,122). Sum of RGB (Red+Green+Blue) = 86+136+122=344 (45% of max value = 765). Red value is 86 (33.98% from 255 or 25% from 344); Green value is 136 (53.52% from 255 or 39.53% from 344); Blue value is 122 (48.05% from 255 or 35.47% from 344); Max value from RGB is 136 - color contains mainly: green. Hex color #56887A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #56887A is #A97785. Grayscale: #777777. Windows color (decimal): -11106182 or 8030294. OLE color: 8030294.

HSL color Cylindrical-coordinate representation of color #56887A: hue angle of 163.2º degrees, saturation: 0.23, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #56887A is Cyan = 0.37, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.47.

Color convert

RGB86136122-
CMYK0.3700.100.47
HSL163.2º22.52%43.53%-
HSV(B)163.2º36.76%53.33%-
XYZ16.1520.9921.61-
YUV119.45129.44104.14-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 25%
GREEN value IS 136 (53.52% from 255) = 39.53%
BLUE value IS 122 (48.05% from 255) = 35.47%
R=25%
G=39.53%
B=35.47%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal861361220.3700.100.47163.222.5243.53
Hex56887A250A2Fa3172c
Octal12621017245012572432754
Binary1010110100010001111010100101010101011111010001110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56887A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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