#55846F

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

Shades of Cutty Sark #55846F

Tints of Cutty Sark #55846F

Color information

#55846F (or 0x55846F) is unknown color: approx Cutty Sark. HEX triplet: 55, 84 and 6F. RGB value is (85,132,111). Sum of RGB (Red+Green+Blue) = 85+132+111=328 (43% of max value = 765). Red value is 85 (33.59% from 255 or 25.91% from 328); Green value is 132 (51.95% from 255 or 40.24% from 328); Blue value is 111 (43.75% from 255 or 33.84% from 328); Max value from RGB is 132 - color contains mainly: green. Hex color #55846F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #55846F is #AA7B90. Grayscale: #737373. Windows color (decimal): -11172753 or 7308373. OLE color: 7308373.

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

Color convert

RGB85132111-
CMYK0.3600.160.48
HSL153.19º21.66%42.55%-
HSV(B)153.19º35.61%51.76%-
XYZ14.8719.5818.03-
YUV115.55125.43106.21-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 25.91%
GREEN value IS 132 (51.95% from 255) = 40.24%
BLUE value IS 111 (43.75% from 255) = 33.84%
R=25.91%
G=40.24%
B=33.84%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal851321110.3600.160.48153.1921.6642.55
Hex55846F240103099162b
Octal12520415744020602312653
Binary10101011000010011011111001000100001100001001100110110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55846F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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