#55897C

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

Shades of Cutty Sark #55897C

Tints of Cutty Sark #55897C

Color information

#55897C (or 0x55897C) is unknown color: approx Cutty Sark. HEX triplet: 55, 89 and 7C. RGB value is (85,137,124). Sum of RGB (Red+Green+Blue) = 85+137+124=346 (45% of max value = 765). Red value is 85 (33.59% from 255 or 24.57% from 346); Green value is 137 (53.91% from 255 or 39.60% from 346); Blue value is 124 (48.83% from 255 or 35.84% from 346); Max value from RGB is 137 - color contains mainly: green. Hex color #55897C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #55897C is #AA7683. Grayscale: #777777. Windows color (decimal): -11171460 or 8161621. OLE color: 8161621.

HSL color Cylindrical-coordinate representation of color #55897C: hue angle of 165º degrees, saturation: 0.23, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #55897C is Cyan = 0.38, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.46.

Color convert

RGB85137124-
CMYK0.3800.090.46
HSL165º23.42%43.53%-
HSV(B)165º37.96%53.73%-
XYZ16.3321.2822.32-
YUV119.97130.27103.06-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 24.57%
GREEN value IS 137 (53.91% from 255) = 39.60%
BLUE value IS 124 (48.83% from 255) = 35.84%
R=24.57%
G=39.60%
B=35.84%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal851371240.3800.090.4616523.4243.53
Hex55897C26092Ea5172c
Octal12521117446011562452754
Binary1010101100010011111100100110010011011101010010110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55897C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,137,124); }

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

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

 a { background-color: rgb(85,137,124); }

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

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

 span { border-color: rgb(85,137,124); }

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