#55856E

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

Shades of Cutty Sark #55856E

Tints of Cutty Sark #55856E

Color information

#55856E (or 0x55856E) is unknown color: approx Cutty Sark. HEX triplet: 55, 85 and 6E. RGB value is (85,133,110). Sum of RGB (Red+Green+Blue) = 85+133+110=328 (43% of max value = 765). Red value is 85 (33.59% from 255 or 25.91% from 328); Green value is 133 (52.34% from 255 or 40.55% from 328); Blue value is 110 (43.36% from 255 or 33.54% from 328); Max value from RGB is 133 - color contains mainly: green. Hex color #55856E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #55856E is #AA7A91. Grayscale: #747474. Windows color (decimal): -11172498 or 7243093. OLE color: 7243093.

HSL color Cylindrical-coordinate representation of color #55856E: hue angle of 151.25º degrees, saturation: 0.22, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #55856E is Cyan = 0.36, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.48.

Color convert

RGB85133110-
CMYK0.3600.170.48
HSL151.25º22.02%42.75%-
HSV(B)151.25º36.09%52.16%-
XYZ14.9519.8317.79-
YUV116.03124.6105.87-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 25.91%
GREEN value IS 133 (52.34% from 255) = 40.55%
BLUE value IS 110 (43.36% from 255) = 33.54%
R=25.91%
G=40.55%
B=33.54%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal851331100.3600.170.48151.2522.0242.75
Hex55856E240113097162b
Octal12520515644021602272653
Binary10101011000010111011101001000100011100001001011110110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55856E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55856E; }

 p { color: rgb(85,133,110); }

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

<style>
 a { background-color: #55856E; }

 a { background-color: rgb(85,133,110); }

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

<style>
 span { border-color: #55856E; }

 span { border-color: rgb(85,133,110); }

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