#5D726A

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

Shades of Cutty Sark #5D726A

Tints of Cutty Sark #5D726A

Color information

#5D726A (or 0x5D726A) is unknown color: approx Cutty Sark. HEX triplet: 5D, 72 and 6A. RGB value is (93,114,106). Sum of RGB (Red+Green+Blue) = 93+114+106=313 (41% of max value = 765). Red value is 93 (36.72% from 255 or 29.71% from 313); Green value is 114 (44.92% from 255 or 36.42% from 313); Blue value is 106 (41.80% from 255 or 33.87% from 313); Max value from RGB is 114 - color contains mainly: green. Hex color #5D726A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5D726A is #A28D95. Grayscale: #6A6A6A. Windows color (decimal): -10653078 or 6976093. OLE color: 6976093.

HSL color Cylindrical-coordinate representation of color #5D726A: hue angle of 157.14º degrees, saturation: 0.1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #5D726A is Cyan = 0.18, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.55.

Color convert

RGB93114106-
CMYK0.1800.070.55
HSL157.14º10.14%40.59%-
HSV(B)157.14º18.42%44.71%-
XYZ13.1315.415.92-
YUV106.81127.54118.15-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 29.71%
GREEN value IS 114 (44.92% from 255) = 36.42%
BLUE value IS 106 (41.80% from 255) = 33.87%
R=29.71%
G=36.42%
B=33.87%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal931141060.1800.070.55157.1410.1440.59
Hex5D726A1207379da29
Octal1351621522207672351251
Binary101110111100101101010100100111110111100111011010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D726A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,114,106); }

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

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

 a { background-color: rgb(93,114,106); }

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

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

 span { border-color: rgb(93,114,106); }

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