Html Css Color HEX #5E776E Cutty Sark

📋 copy color: '#5E776E'

red 94 ◦ green 119 ◦ blue 110

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

Shades of Cutty Sark #5E776E

Tints of Cutty Sark #5E776E

RGB

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

 GREEN value IS 119 (46.88% from 255) = 36.84%

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

R = 29.1%
G = 36.84%
B = 34.06%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.08

 K value IS 0.53

RGB Variations

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

Color information

#5E776E (or 0x5E776E) is known color: Cutty Sark. HEX triplet: 5E, 77 and 6E. RGB value is (94,119,110). Sum of RGB (Red+Green+Blue) = 94+119+110=323 (42% of max value = 765). Red value is 94 (37.11% from 255 or 29.10% from 323); Green value is 119 (46.88% from 255 or 36.84% from 323); Blue value is 110 (43.36% from 255 or 34.06% from 323); Max value from RGB is 119 - color contains mainly: green. Hex color #5E776E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E776E is #A18891. Grayscale: #6E6E6E. Windows color (decimal): -10586258 or 7239518. OLE color: 7239518.

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

Color convert

RGB 94 119 110 -
CMYK 0.21 0 0.08 0.53
HSL 158.4º 0.12% 0.42% -
HSV(B) 158.4º 0.21% 0.47% -
XYZ 14.03 16.7 17.24 -
YUV 110.5 127.72 116.23 -
System Red Green Blue C M Y K H S L
Decimal 94 119 110 0.21 0 0.08 0.53 158.4 0.12 0.42
Hex 5E 77 6E 15 0 8 35 9E C 2A
Octal 136 167 156 25 0 10 65 236 14 52
Binary 1011110 1110111 1101110 10101 0 1000 110101 10011110 1100 101010

Color Harmonies of #5E776E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E776E

Black with #5E776E

Text Example


Text Example

White with #5E776E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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