#55846C

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

Shades of Cutty Sark #55846C

Tints of Cutty Sark #55846C

Color information

#55846C (or 0x55846C) is unknown color: approx Cutty Sark. HEX triplet: 55, 84 and 6C. RGB value is (85,132,108). Sum of RGB (Red+Green+Blue) = 85+132+108=325 (43% of max value = 765). Red value is 85 (33.59% from 255 or 26.15% from 325); Green value is 132 (51.95% from 255 or 40.62% from 325); Blue value is 108 (42.58% from 255 or 33.23% from 325); Max value from RGB is 132 - color contains mainly: green. Hex color #55846C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #55846C is #AA7B93. Grayscale: #737373. Windows color (decimal): -11172756 or 7111765. OLE color: 7111765.

HSL color Cylindrical-coordinate representation of color #55846C: hue angle of 149.36º 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 #55846C is Cyan = 0.36, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.48.

Color convert

RGB85132108-
CMYK0.3600.180.48
HSL149.36º21.66%42.55%-
HSV(B)149.36º35.61%51.76%-
XYZ14.719.5217.18-
YUV115.21123.93106.45-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 26.15%
GREEN value IS 132 (51.95% from 255) = 40.62%
BLUE value IS 108 (42.58% from 255) = 33.23%
R=26.15%
G=40.62%
B=33.23%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal851321080.3600.180.48149.3621.6642.55
Hex55846C240123095162b
Octal12520415444022602252653
Binary10101011000010011011001001000100101100001001010110110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55846C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,132,108); }

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

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

 a { background-color: rgb(85,132,108); }

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

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

 span { border-color: rgb(85,132,108); }

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