#55877A

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

Shades of Cutty Sark #55877A

Tints of Cutty Sark #55877A

Color information

#55877A (or 0x55877A) is unknown color: approx Cutty Sark. HEX triplet: 55, 87 and 7A. RGB value is (85,135,122). Sum of RGB (Red+Green+Blue) = 85+135+122=342 (45% of max value = 765). Red value is 85 (33.59% from 255 or 24.85% from 342); Green value is 135 (53.12% from 255 or 39.47% from 342); Blue value is 122 (48.05% from 255 or 35.67% from 342); Max value from RGB is 135 - color contains mainly: green. Hex color #55877A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #55877A is #AA7885. Grayscale: #767676. Windows color (decimal): -11171974 or 8030037. OLE color: 8030037.

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

Color convert

RGB85135122-
CMYK0.3700.100.47
HSL164.4º22.73%43.14%-
HSV(B)164.4º37.04%52.94%-
XYZ15.9220.6621.56-
YUV118.57129.94104.06-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 24.85%
GREEN value IS 135 (53.12% from 255) = 39.47%
BLUE value IS 122 (48.05% from 255) = 35.67%
R=24.85%
G=39.47%
B=35.67%

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
Decimal851351220.3700.100.47164.422.7343.14
Hex55877A250A2Fa4172b
Octal12520717245012572442753
Binary1010101100001111111010100101010101011111010010010111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55877A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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