Html Css Color HEX #5D786D Cutty Sark

📋 copy color: '#5D786D'

red 93 ◦ green 120 ◦ blue 109

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

Shades of Cutty Sark #5D786D

Tints of Cutty Sark #5D786D

RGB

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

 GREEN value IS 120 (47.27% from 255) = 37.27%

 BLUE value IS 109 (42.97% from 255) = 33.85%

R = 28.88%
G = 37.27%
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

#5D786D (or 0x5D786D) is known color: Cutty Sark. HEX triplet: 5D, 78 and 6D. RGB value is (93,120,109). Sum of RGB (Red+Green+Blue) = 93+120+109=322 (42% of max value = 765). Red value is 93 (36.72% from 255 or 28.88% from 322); Green value is 120 (47.27% from 255 or 37.27% from 322); Blue value is 109 (42.97% from 255 or 33.85% from 322); Max value from RGB is 120 - color contains mainly: green. Hex color #5D786D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5D786D is #A28792. Grayscale: #6E6E6E. Windows color (decimal): -10651539 or 7174237. OLE color: 7174237.

HSL color Cylindrical-coordinate representation of color #5D786D: 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.23%. Process color model (Four color, CMYK) of #5D786D is Cyan = 0.22, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.53.

Color convert

RGB 93 120 109 -
CMYK 0.22 0 0.09 0.53
HSL 155.56º 0.13% 0.42% -
HSV(B) 155.56º 0.23% 0.47% -
XYZ 13.99 16.86 16.99 -
YUV 110.67 127.05 115.39 -
System Red Green Blue C M Y K H S L
Decimal 93 120 109 0.22 0 0.09 0.53 155.56 0.13 0.42
Hex 5D 78 6D 16 0 9 35 9C D 2A
Octal 135 170 155 26 0 11 65 234 15 52
Binary 1011101 1111000 1101101 10110 0 1001 110101 10011100 1101 101010

Color Harmonies of #5D786D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D786D

Black with #5D786D

Text Example


Text Example

White with #5D786D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,120,109); }

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

background-color css

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

 a { background-color: rgb(93,120,109); }

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

border-color css

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

 span { border-color: rgb(93,120,109); }

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