#5B7369

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

Shades of Cutty Sark #5B7369

Tints of Cutty Sark #5B7369

Color information

#5B7369 (or 0x5B7369) is unknown color: approx Cutty Sark. HEX triplet: 5B, 73 and 69. RGB value is (91,115,105). Sum of RGB (Red+Green+Blue) = 91+115+105=311 (41% of max value = 765). Red value is 91 (35.94% from 255 or 29.26% from 311); Green value is 115 (45.31% from 255 or 36.98% from 311); Blue value is 105 (41.41% from 255 or 33.76% from 311); Max value from RGB is 115 - color contains mainly: green. Hex color #5B7369 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B7369 is #A48C96. Grayscale: #6A6A6A. Windows color (decimal): -10783895 or 6910811. OLE color: 6910811.

HSL color Cylindrical-coordinate representation of color #5B7369: hue angle of 155º degrees, saturation: 0.12, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #5B7369 is Cyan = 0.21, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.55.

Color convert

RGB91115105-
CMYK0.2100.090.55
HSL155º11.65%40.39%-
HSV(B)155º20.87%45.1%-
XYZ12.9915.5115.67-
YUV106.68127.05116.81-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 29.26%
GREEN value IS 115 (45.31% from 255) = 36.98%
BLUE value IS 105 (41.41% from 255) = 33.76%
R=29.26%
G=36.98%
B=33.76%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal911151050.2100.090.5515511.6540.39
Hex5B73691509379bc28
Octal13316315125011672331450
Binary1011011111001111010011010101001110111100110111100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B7369

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,115,105); }

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

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

 a { background-color: rgb(91,115,105); }

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

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

 span { border-color: rgb(91,115,105); }

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