Html Css Color HEX #5E776F Cutty Sark

📋 copy color: '#5E776F'

red 94 ◦ green 119 ◦ blue 111

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

Shades of Cutty Sark #5E776F

Tints of Cutty Sark #5E776F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 34.26%

R = 29.01%
G = 36.73%
B = 34.26%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.07

 K value IS 0.53

RGB Variations

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

Color information

#5E776F (or 0x5E776F) is known color: Cutty Sark. HEX triplet: 5E, 77 and 6F. RGB value is (94,119,111). Sum of RGB (Red+Green+Blue) = 94+119+111=324 (42% of max value = 765). Red value is 94 (37.11% from 255 or 29.01% from 324); Green value is 119 (46.88% from 255 or 36.73% from 324); Blue value is 111 (43.75% from 255 or 34.26% from 324); Max value from RGB is 119 - color contains mainly: green. Hex color #5E776F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E776F is #A18890. Grayscale: #6E6E6E. Windows color (decimal): -10586257 or 7305054. OLE color: 7305054.

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

Color convert

RGB 94 119 111 -
CMYK 0.21 0 0.07 0.53
HSL 160.8º 0.12% 0.42% -
HSV(B) 160.8º 0.21% 0.47% -
XYZ 14.08 16.72 17.52 -
YUV 110.61 128.22 116.15 -
System Red Green Blue C M Y K H S L
Decimal 94 119 111 0.21 0 0.07 0.53 160.8 0.12 0.42
Hex 5E 77 6F 15 0 7 35 A1 C 2A
Octal 136 167 157 25 0 7 65 241 14 52
Binary 1011110 1110111 1101111 10101 0 111 110101 10100001 1100 101010

Color Harmonies of #5E776F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E776F

Black with #5E776F

Text Example


Text Example

White with #5E776F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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