#55887B

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

Shades of Cutty Sark #55887B

Tints of Cutty Sark #55887B

Color information

#55887B (or 0x55887B) is unknown color: approx Cutty Sark. HEX triplet: 55, 88 and 7B. RGB value is (85,136,123). Sum of RGB (Red+Green+Blue) = 85+136+123=344 (45% of max value = 765). Red value is 85 (33.59% from 255 or 24.71% from 344); Green value is 136 (53.52% from 255 or 39.53% from 344); Blue value is 123 (48.44% from 255 or 35.76% from 344); Max value from RGB is 136 - color contains mainly: green. Hex color #55887B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #55887B is #AA7784. Grayscale: #777777. Windows color (decimal): -11171717 or 8095829. OLE color: 8095829.

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

Color convert

RGB85136123-
CMYK0.3800.100.47
HSL164.71º23.08%43.33%-
HSV(B)164.71º37.5%53.33%-
XYZ16.1320.9721.94-
YUV119.27130.1103.56-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 24.71%
GREEN value IS 136 (53.52% from 255) = 39.53%
BLUE value IS 123 (48.44% from 255) = 35.76%
R=24.71%
G=39.53%
B=35.76%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal851361230.3800.100.47164.7123.0843.33
Hex55887B260A2Fa5172b
Octal12521017346012572452753
Binary1010101100010001111011100110010101011111010010110111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55887B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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