#56887C

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

Shades of Cutty Sark #56887C

Tints of Cutty Sark #56887C

Color information

#56887C (or 0x56887C) is unknown color: approx Cutty Sark. HEX triplet: 56, 88 and 7C. RGB value is (86,136,124). Sum of RGB (Red+Green+Blue) = 86+136+124=346 (45% of max value = 765). Red value is 86 (33.98% from 255 or 24.86% from 346); Green value is 136 (53.52% from 255 or 39.31% from 346); Blue value is 124 (48.83% from 255 or 35.84% from 346); Max value from RGB is 136 - color contains mainly: green. Hex color #56887C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #56887C is #A97783. Grayscale: #777777. Windows color (decimal): -11106180 or 8161366. OLE color: 8161366.

HSL color Cylindrical-coordinate representation of color #56887C: hue angle of 165.6º 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 #56887C is Cyan = 0.37, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.47.

Color convert

RGB86136124-
CMYK0.3700.090.47
HSL165.6º22.52%43.53%-
HSV(B)165.6º36.76%53.33%-
XYZ16.2821.0422.27-
YUV119.68130.44103.98-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 24.86%
GREEN value IS 136 (53.52% from 255) = 39.31%
BLUE value IS 124 (48.83% from 255) = 35.84%
R=24.86%
G=39.31%
B=35.84%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal861361240.3700.090.47165.622.5243.53
Hex56887C25092Fa6172c
Octal12621017445011572462754
Binary1010110100010001111100100101010011011111010011010111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56887C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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