#55877B

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

Shades of Cutty Sark #55877B

Tints of Cutty Sark #55877B

Color information

#55877B (or 0x55877B) is unknown color: approx Cutty Sark. HEX triplet: 55, 87 and 7B. RGB value is (85,135,123). Sum of RGB (Red+Green+Blue) = 85+135+123=343 (45% of max value = 765). Red value is 85 (33.59% from 255 or 24.78% from 343); Green value is 135 (53.12% from 255 or 39.36% from 343); Blue value is 123 (48.44% from 255 or 35.86% from 343); Max value from RGB is 135 - color contains mainly: green. Hex color #55877B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #55877B is #AA7884. Grayscale: #767676. Windows color (decimal): -11171973 or 8095573. OLE color: 8095573.

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

Color convert

RGB85135123-
CMYK0.3700.090.47
HSL165.6º22.73%43.14%-
HSV(B)165.6º37.04%52.94%-
XYZ15.9920.6921.89-
YUV118.68130.44103.98-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 24.78%
GREEN value IS 135 (53.12% from 255) = 39.36%
BLUE value IS 123 (48.44% from 255) = 35.86%
R=24.78%
G=39.36%
B=35.86%

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
Decimal851351230.3700.090.47165.622.7343.14
Hex55877B25092Fa6172b
Octal12520717345011572462753
Binary1010101100001111111011100101010011011111010011010111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55877B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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