#55876C

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

Shades of Cutty Sark #55876C

Tints of Cutty Sark #55876C

Color information

#55876C (or 0x55876C) is unknown color: approx Cutty Sark. HEX triplet: 55, 87 and 6C. RGB value is (85,135,108). Sum of RGB (Red+Green+Blue) = 85+135+108=328 (43% of max value = 765). Red value is 85 (33.59% from 255 or 25.91% from 328); Green value is 135 (53.12% from 255 or 41.16% from 328); Blue value is 108 (42.58% from 255 or 32.93% from 328); Max value from RGB is 135 - color contains mainly: green. Hex color #55876C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #55876C is #AA7893. Grayscale: #757575. Windows color (decimal): -11171988 or 7112533. OLE color: 7112533.

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

Color convert

RGB85135108-
CMYK0.3700.20.47
HSL147.6º22.73%43.14%-
HSV(B)147.6º37.04%52.94%-
XYZ15.1220.3417.32-
YUV116.97122.94105.2-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 25.91%
GREEN value IS 135 (53.12% from 255) = 41.16%
BLUE value IS 108 (42.58% from 255) = 32.93%
R=25.91%
G=41.16%
B=32.93%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.2
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal851351080.3700.20.47147.622.7343.14
Hex55876C250142F94172b
Octal12520715445024572242753
Binary10101011000011111011001001010101001011111001010010111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55876C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,135,108); }

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

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

 a { background-color: rgb(85,135,108); }

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

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

 span { border-color: rgb(85,135,108); }

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