Html Css Color HEX #55786D Cutty Sark

📋 copy color: '#55786D'

red 85 ◦ green 120 ◦ blue 109

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

Shades of Cutty Sark #55786D

Tints of Cutty Sark #55786D

RGB

 RED value IS 85 (33.59% from 255) = 27.07%

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

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

R = 27.07%
G = 38.22%
B = 34.71%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.09

 K value IS 0.53

RGB Variations

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

Color information

#55786D (or 0x55786D) is known color: Cutty Sark. HEX triplet: 55, 78 and 6D. RGB value is (85,120,109). Sum of RGB (Red+Green+Blue) = 85+120+109=314 (41% of max value = 765). Red value is 85 (33.59% from 255 or 27.07% from 314); Green value is 120 (47.27% from 255 or 38.22% from 314); Blue value is 109 (42.97% from 255 or 34.71% from 314); Max value from RGB is 120 - color contains mainly: green. Hex color #55786D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #55786D is #AA8792. Grayscale: #6C6C6C. Windows color (decimal): -11175827 or 7174229. OLE color: 7174229.

HSL color Cylindrical-coordinate representation of color #55786D: hue angle of 161.14º degrees, saturation: 0.17, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #55786D is Cyan = 0.29, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.53.

Color convert

RGB 85 120 109 -
CMYK 0.29 0 0.09 0.53
HSL 161.14º 0.17% 0.4% -
HSV(B) 161.14º 0.29% 0.47% -
XYZ 13.22 16.47 16.95 -
YUV 108.28 128.4 111.39 -
System Red Green Blue C M Y K H S L
Decimal 85 120 109 0.29 0 0.09 0.53 161.14 0.17 0.4
Hex 55 78 6D 1D 0 9 35 A1 11 28
Octal 125 170 155 35 0 11 65 241 21 50
Binary 1010101 1111000 1101101 11101 0 1001 110101 10100001 10001 101000

Color Harmonies of #55786D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55786D

Black with #55786D

Text Example


Text Example

White with #55786D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #55786D; }

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

 H1.HeaderClassName
 {
   color: #55786D;
 }
 .AnyTagClassName
 {
   color: #55786D;
 }
</style>

background-color css

<style>
 a { background-color: #55786D; }

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

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

border-color css

<style>
 span { border-color: #55786D; }

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

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