#55856F

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

Shades of Cutty Sark #55856F

Tints of Cutty Sark #55856F

Color information

#55856F (or 0x55856F) is unknown color: approx Cutty Sark. HEX triplet: 55, 85 and 6F. RGB value is (85,133,111). Sum of RGB (Red+Green+Blue) = 85+133+111=329 (43% of max value = 765). Red value is 85 (33.59% from 255 or 25.84% from 329); Green value is 133 (52.34% from 255 or 40.43% from 329); Blue value is 111 (43.75% from 255 or 33.74% from 329); Max value from RGB is 133 - color contains mainly: green. Hex color #55856F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #55856F is #AA7A90. Grayscale: #747474. Windows color (decimal): -11172497 or 7308629. OLE color: 7308629.

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

Color convert

RGB85133111-
CMYK0.3600.170.48
HSL152.5º22.02%42.75%-
HSV(B)152.5º36.09%52.16%-
XYZ1519.8518.08-
YUV116.14125.1105.79-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 25.84%
GREEN value IS 133 (52.34% from 255) = 40.43%
BLUE value IS 111 (43.75% from 255) = 33.74%
R=25.84%
G=40.43%
B=33.74%

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
Decimal851331110.3600.170.48152.522.0242.75
Hex55856F240113098162b
Octal12520515744021602302653
Binary10101011000010111011111001000100011100001001100010110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55856F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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