Html Css Color HEX #5D776B Cutty Sark

📋 copy color: '#5D776B'

red 93 ◦ green 119 ◦ blue 107

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

Shades of Cutty Sark #5D776B

Tints of Cutty Sark #5D776B

RGB

 RED value IS 93 (36.72% from 255) = 29.15%

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

 BLUE value IS 107 (42.19% from 255) = 33.54%

R = 29.15%
G = 37.3%
B = 33.54%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.10

 K value IS 0.53

RGB Variations

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

Color information

#5D776B (or 0x5D776B) is known color: Cutty Sark. HEX triplet: 5D, 77 and 6B. RGB value is (93,119,107). Sum of RGB (Red+Green+Blue) = 93+119+107=319 (42% of max value = 765). Red value is 93 (36.72% from 255 or 29.15% from 319); Green value is 119 (46.88% from 255 or 37.30% from 319); Blue value is 107 (42.19% from 255 or 33.54% from 319); Max value from RGB is 119 - color contains mainly: green. Hex color #5D776B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5D776B is #A28894. Grayscale: #6D6D6D. Windows color (decimal): -10651797 or 7042909. OLE color: 7042909.

HSL color Cylindrical-coordinate representation of color #5D776B: hue angle of 152.31º degrees, saturation: 0.12, 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 #5D776B is Cyan = 0.22, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.53.

Color convert

RGB 93 119 107 -
CMYK 0.22 0 0.10 0.53
HSL 152.31º 0.12% 0.42% -
HSV(B) 152.31º 0.22% 0.47% -
XYZ 13.76 16.58 16.39 -
YUV 109.86 126.39 115.98 -
System Red Green Blue C M Y K H S L
Decimal 93 119 107 0.22 0 0.10 0.53 152.31 0.12 0.42
Hex 5D 77 6B 16 0 A 35 98 C 2A
Octal 135 167 153 26 0 12 65 230 14 52
Binary 1011101 1110111 1101011 10110 0 1010 110101 10011000 1100 101010

Color Harmonies of #5D776B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D776B

Black with #5D776B

Text Example


Text Example

White with #5D776B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,119,107); }

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

background-color css

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

 a { background-color: rgb(93,119,107); }

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

border-color css

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

 span { border-color: rgb(93,119,107); }

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