Html Css Color HEX #5E796E Cutty Sark

📋 copy color: '#5E796E'

red 94 ◦ green 121 ◦ blue 110

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

Shades of Cutty Sark #5E796E

Tints of Cutty Sark #5E796E

RGB

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

 GREEN value IS 121 (47.66% from 255) = 37.23%

 BLUE value IS 110 (43.36% from 255) = 33.85%

R = 28.92%
G = 37.23%
B = 33.85%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.09

 K value IS 0.53

RGB Variations

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

Color information

#5E796E (or 0x5E796E) is known color: Cutty Sark. HEX triplet: 5E, 79 and 6E. RGB value is (94,121,110). Sum of RGB (Red+Green+Blue) = 94+121+110=325 (43% of max value = 765). Red value is 94 (37.11% from 255 or 28.92% from 325); Green value is 121 (47.66% from 255 or 37.23% from 325); Blue value is 110 (43.36% from 255 or 33.85% from 325); Max value from RGB is 121 - color contains mainly: green. Hex color #5E796E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E796E is #A18691. Grayscale: #6F6F6F. Windows color (decimal): -10585746 or 7240030. OLE color: 7240030.

HSL color Cylindrical-coordinate representation of color #5E796E: hue angle of 155.56º degrees, saturation: 0.13, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #5E796E is Cyan = 0.22, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.53.

Color convert

RGB 94 121 110 -
CMYK 0.22 0 0.09 0.53
HSL 155.56º 0.13% 0.42% -
HSV(B) 155.56º 0.22% 0.47% -
XYZ 14.27 17.18 17.32 -
YUV 111.67 127.05 115.39 -
System Red Green Blue C M Y K H S L
Decimal 94 121 110 0.22 0 0.09 0.53 155.56 0.13 0.42
Hex 5E 79 6E 16 0 9 35 9C D 2A
Octal 136 171 156 26 0 11 65 234 15 52
Binary 1011110 1111001 1101110 10110 0 1001 110101 10011100 1101 101010

Color Harmonies of #5E796E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E796E

Black with #5E796E

Text Example


Text Example

White with #5E796E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,121,110); }

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

background-color css

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

 a { background-color: rgb(94,121,110); }

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

border-color css

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

 span { border-color: rgb(94,121,110); }

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