#5B736B

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

Shades of Cutty Sark #5B736B

Tints of Cutty Sark #5B736B

Color information

#5B736B (or 0x5B736B) is unknown color: approx Cutty Sark. HEX triplet: 5B, 73 and 6B. RGB value is (91,115,107). Sum of RGB (Red+Green+Blue) = 91+115+107=313 (41% of max value = 765). Red value is 91 (35.94% from 255 or 29.07% from 313); Green value is 115 (45.31% from 255 or 36.74% from 313); Blue value is 107 (42.19% from 255 or 34.19% from 313); Max value from RGB is 115 - color contains mainly: green. Hex color #5B736B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B736B is #A48C94. Grayscale: #6A6A6A. Windows color (decimal): -10783893 or 7041883. OLE color: 7041883.

HSL color Cylindrical-coordinate representation of color #5B736B: hue angle of 160º 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 #5B736B is Cyan = 0.21, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.55.

Color convert

RGB91115107-
CMYK0.2100.070.55
HSL160º11.65%40.39%-
HSV(B)160º20.87%45.1%-
XYZ13.115.5516.22-
YUV106.91128.05116.65-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 29.07%
GREEN value IS 115 (45.31% from 255) = 36.74%
BLUE value IS 107 (42.19% from 255) = 34.19%
R=29.07%
G=36.74%
B=34.19%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal911151070.2100.070.5516011.6540.39
Hex5B736B150737a0c28
Octal1331631532507672401450
Binary101101111100111101011101010111110111101000001100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B736B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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