#5B886F

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

Shades of Cutty Sark #5B886F

Tints of Cutty Sark #5B886F

Color information

#5B886F (or 0x5B886F) is unknown color: approx Cutty Sark. HEX triplet: 5B, 88 and 6F. RGB value is (91,136,111). Sum of RGB (Red+Green+Blue) = 91+136+111=338 (44% of max value = 765). Red value is 91 (35.94% from 255 or 26.92% from 338); Green value is 136 (53.52% from 255 or 40.24% from 338); Blue value is 111 (43.75% from 255 or 32.84% from 338); Max value from RGB is 136 - color contains mainly: green. Hex color #5B886F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5B886F is #A47790. Grayscale: #777777. Windows color (decimal): -10778513 or 7309403. OLE color: 7309403.

HSL color Cylindrical-coordinate representation of color #5B886F: hue angle of 146.67º degrees, saturation: 0.2, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #5B886F is Cyan = 0.33, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.47.

Color convert

RGB91136111-
CMYK0.3300.180.47
HSL146.67º19.82%44.51%-
HSV(B)146.67º33.09%53.33%-
XYZ15.9920.9818.25-
YUV119.7123.09107.53-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 26.92%
GREEN value IS 136 (53.52% from 255) = 40.24%
BLUE value IS 111 (43.75% from 255) = 32.84%
R=26.92%
G=40.24%
B=32.84%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal911361110.3300.180.47146.6719.8244.51
Hex5B886F210122F93142d
Octal13321015741022572232455
Binary10110111000100011011111000010100101011111001001110100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B886F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5B886F; }

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

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

<style>
 a { background-color: #5B886F; }

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

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

<style>
 span { border-color: #5B886F; }

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

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