Html Css Color HEX #5E756D Cutty Sark

📋 copy color: '#5E756D'

red 94 ◦ green 117 ◦ blue 109

#5E756D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cutty Sark #5E756D

Tints of Cutty Sark #5E756D

RGB

 RED value IS 94 (37.11% from 255) = 29.38%

 GREEN value IS 117 (46.09% from 255) = 36.56%

 BLUE value IS 109 (42.97% from 255) = 34.06%

R = 29.38%
G = 36.56%
B = 34.06%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.07

 K value IS 0.54

RGB Variations

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

Color information

#5E756D (or 0x5E756D) is known color: Cutty Sark. HEX triplet: 5E, 75 and 6D. RGB value is (94,117,109). Sum of RGB (Red+Green+Blue) = 94+117+109=320 (42% of max value = 765). Red value is 94 (37.11% from 255 or 29.38% from 320); Green value is 117 (46.09% from 255 or 36.56% from 320); Blue value is 109 (42.97% from 255 or 34.06% from 320); Max value from RGB is 117 - color contains mainly: green. Hex color #5E756D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E756D is #A18A92. Grayscale: #6D6D6D. Windows color (decimal): -10586771 or 7173470. OLE color: 7173470.

HSL color Cylindrical-coordinate representation of color #5E756D: hue angle of 159.13º degrees, saturation: 0.11, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #5E756D is Cyan = 0.20, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.54.

Color convert

RGB 94 117 109 -
CMYK 0.20 0 0.07 0.54
HSL 159.13º 0.11% 0.41% -
HSV(B) 159.13º 0.2% 0.46% -
XYZ 13.74 16.21 16.87 -
YUV 109.21 127.88 117.15 -
System Red Green Blue C M Y K H S L
Decimal 94 117 109 0.20 0 0.07 0.54 159.13 0.11 0.41
Hex 5E 75 6D 14 0 7 36 9F B 29
Octal 136 165 155 24 0 7 66 237 13 51
Binary 1011110 1110101 1101101 10100 0 111 110110 10011111 1011 101001

Color Harmonies of #5E756D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E756D

Black with #5E756D

Text Example


Text Example

White with #5E756D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,117,109); }

 H1.HeaderClassName
 {
   color: #5E756D;
 }
 .AnyTagClassName
 {
   color: #5E756D;
 }
</style>

background-color css

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

 a { background-color: rgb(94,117,109); }

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

border-color css

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

 span { border-color: rgb(94,117,109); }

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