#55886F

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

Shades of Cutty Sark #55886F

Tints of Cutty Sark #55886F

Color information

#55886F (or 0x55886F) is unknown color: approx Cutty Sark. HEX triplet: 55, 88 and 6F. RGB value is (85,136,111). Sum of RGB (Red+Green+Blue) = 85+136+111=332 (43% of max value = 765). Red value is 85 (33.59% from 255 or 25.60% from 332); Green value is 136 (53.52% from 255 or 40.96% from 332); Blue value is 111 (43.75% from 255 or 33.43% from 332); Max value from RGB is 136 - color contains mainly: green. Hex color #55886F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #55886F is #AA7790. Grayscale: #757575. Windows color (decimal): -11171729 or 7309397. OLE color: 7309397.

HSL color Cylindrical-coordinate representation of color #55886F: hue angle of 150.59º degrees, saturation: 0.23, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #55886F is Cyan = 0.38, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.47.

Color convert

RGB85136111-
CMYK0.3800.180.47
HSL150.59º23.08%43.33%-
HSV(B)150.59º37.5%53.33%-
XYZ15.4220.6918.22-
YUV117.9124.1104.53-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 25.60%
GREEN value IS 136 (53.52% from 255) = 40.96%
BLUE value IS 111 (43.75% from 255) = 33.43%
R=25.60%
G=40.96%
B=33.43%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal851361110.3800.180.47150.5923.0843.33
Hex55886F260122F97172b
Octal12521015746022572272753
Binary10101011000100011011111001100100101011111001011110111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55886F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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