Html Css Color HEX #5E776C Cutty Sark

📋 copy color: '#5E776C'

red 94 ◦ green 119 ◦ blue 108

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

Shades of Cutty Sark #5E776C

Tints of Cutty Sark #5E776C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 33.64%

R = 29.28%
G = 37.07%
B = 33.64%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.09

 K value IS 0.53

RGB Variations

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

Color information

#5E776C (or 0x5E776C) is known color: Cutty Sark. HEX triplet: 5E, 77 and 6C. RGB value is (94,119,108). Sum of RGB (Red+Green+Blue) = 94+119+108=321 (42% of max value = 765). Red value is 94 (37.11% from 255 or 29.28% from 321); Green value is 119 (46.88% from 255 or 37.07% from 321); Blue value is 108 (42.58% from 255 or 33.64% from 321); Max value from RGB is 119 - color contains mainly: green. Hex color #5E776C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E776C is #A18893. Grayscale: #6E6E6E. Windows color (decimal): -10586260 or 7108446. OLE color: 7108446.

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

Color convert

RGB 94 119 108 -
CMYK 0.21 0 0.09 0.53
HSL 153.6º 0.12% 0.42% -
HSV(B) 153.6º 0.21% 0.47% -
XYZ 13.92 16.66 16.67 -
YUV 110.27 126.72 116.39 -
System Red Green Blue C M Y K H S L
Decimal 94 119 108 0.21 0 0.09 0.53 153.6 0.12 0.42
Hex 5E 77 6C 15 0 9 35 9A C 2A
Octal 136 167 154 25 0 11 65 232 14 52
Binary 1011110 1110111 1101100 10101 0 1001 110101 10011010 1100 101010

Color Harmonies of #5E776C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E776C

Black with #5E776C

Text Example


Text Example

White with #5E776C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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