Html Css Color HEX #5D786F Cutty Sark

📋 copy color: '#5D786F'

red 93 ◦ green 120 ◦ blue 111

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

Shades of Cutty Sark #5D786F

Tints of Cutty Sark #5D786F

RGB

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

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

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

R = 28.7%
G = 37.04%
B = 34.26%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.08

 K value IS 0.53

RGB Variations

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

Color information

#5D786F (or 0x5D786F) is known color: Cutty Sark. HEX triplet: 5D, 78 and 6F. RGB value is (93,120,111). Sum of RGB (Red+Green+Blue) = 93+120+111=324 (42% of max value = 765). Red value is 93 (36.72% from 255 or 28.70% from 324); Green value is 120 (47.27% from 255 or 37.04% from 324); Blue value is 111 (43.75% from 255 or 34.26% from 324); Max value from RGB is 120 - color contains mainly: green. Hex color #5D786F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5D786F is #A28790. Grayscale: #6E6E6E. Windows color (decimal): -10651537 or 7305309. OLE color: 7305309.

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

Color convert

RGB 93 120 111 -
CMYK 0.22 0 0.08 0.53
HSL 160º 0.13% 0.42% -
HSV(B) 160º 0.23% 0.47% -
XYZ 14.1 16.91 17.56 -
YUV 110.9 128.05 115.23 -
System Red Green Blue C M Y K H S L
Decimal 93 120 111 0.22 0 0.08 0.53 160 0.13 0.42
Hex 5D 78 6F 16 0 8 35 A0 D 2A
Octal 135 170 157 26 0 10 65 240 15 52
Binary 1011101 1111000 1101111 10110 0 1000 110101 10100000 1101 101010

Color Harmonies of #5D786F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D786F

Black with #5D786F

Text Example


Text Example

White with #5D786F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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