#56877C

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

Shades of Cutty Sark #56877C

Tints of Cutty Sark #56877C

Color information

#56877C (or 0x56877C) is unknown color: approx Cutty Sark. HEX triplet: 56, 87 and 7C. RGB value is (86,135,124). Sum of RGB (Red+Green+Blue) = 86+135+124=345 (45% of max value = 765). Red value is 86 (33.98% from 255 or 24.93% from 345); Green value is 135 (53.12% from 255 or 39.13% from 345); Blue value is 124 (48.83% from 255 or 35.94% from 345); Max value from RGB is 135 - color contains mainly: green. Hex color #56877C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #56877C is #A97883. Grayscale: #777777. Windows color (decimal): -11106436 or 8161110. OLE color: 8161110.

HSL color Cylindrical-coordinate representation of color #56877C: hue angle of 166.53º degrees, saturation: 0.22, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #56877C is Cyan = 0.36, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.47.

Color convert

RGB86135124-
CMYK0.3600.080.47
HSL166.53º22.17%43.33%-
HSV(B)166.53º36.3%52.94%-
XYZ16.1420.7622.23-
YUV119.09130.77104.39-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 24.93%
GREEN value IS 135 (53.12% from 255) = 39.13%
BLUE value IS 124 (48.83% from 255) = 35.94%
R=24.93%
G=39.13%
B=35.94%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal861351240.3600.080.47166.5322.1743.33
Hex56877C24082Fa7162b
Octal12620717444010572472653
Binary1010110100001111111100100100010001011111010011110110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56877C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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