Html Css Color HEX #55786C Cutty Sark

📋 copy color: '#55786C'

red 85 ◦ green 120 ◦ blue 108

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

Shades of Cutty Sark #55786C

Tints of Cutty Sark #55786C

RGB

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

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

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

R = 27.16%
G = 38.34%
B = 34.5%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.10

 K value IS 0.53

RGB Variations

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

Color information

#55786C (or 0x55786C) is known color: Cutty Sark. HEX triplet: 55, 78 and 6C. RGB value is (85,120,108). Sum of RGB (Red+Green+Blue) = 85+120+108=313 (41% of max value = 765). Red value is 85 (33.59% from 255 or 27.16% from 313); Green value is 120 (47.27% from 255 or 38.34% from 313); Blue value is 108 (42.58% from 255 or 34.50% from 313); Max value from RGB is 120 - color contains mainly: green. Hex color #55786C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #55786C is #AA8793. Grayscale: #6C6C6C. Windows color (decimal): -11175828 or 7108693. OLE color: 7108693.

HSL color Cylindrical-coordinate representation of color #55786C: hue angle of 159.43º 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 #55786C is Cyan = 0.29, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.53.

Color convert

RGB 85 120 108 -
CMYK 0.29 0 0.10 0.53
HSL 159.43º 0.17% 0.4% -
HSV(B) 159.43º 0.29% 0.47% -
XYZ 13.17 16.45 16.67 -
YUV 108.17 127.9 111.48 -
System Red Green Blue C M Y K H S L
Decimal 85 120 108 0.29 0 0.10 0.53 159.43 0.17 0.4
Hex 55 78 6C 1D 0 A 35 9F 11 28
Octal 125 170 154 35 0 12 65 237 21 50
Binary 1010101 1111000 1101100 11101 0 1010 110101 10011111 10001 101000

Color Harmonies of #55786C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55786C

Black with #55786C

Text Example


Text Example

White with #55786C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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