Html Css Color HEX #55796C Cutty Sark

📋 copy color: '#55796C'

red 85 ◦ green 121 ◦ blue 108

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

Shades of Cutty Sark #55796C

Tints of Cutty Sark #55796C

RGB

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

 GREEN value IS 121 (47.66% from 255) = 38.54%

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

R = 27.07%
G = 38.54%
B = 34.39%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.11

 K value IS 0.53

RGB Variations

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

Color information

#55796C (or 0x55796C) is known color: Cutty Sark. HEX triplet: 55, 79 and 6C. RGB value is (85,121,108). Sum of RGB (Red+Green+Blue) = 85+121+108=314 (41% of max value = 765). Red value is 85 (33.59% from 255 or 27.07% from 314); Green value is 121 (47.66% from 255 or 38.54% from 314); Blue value is 108 (42.58% from 255 or 34.39% from 314); Max value from RGB is 121 - color contains mainly: green. Hex color #55796C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #55796C is #AA8693. Grayscale: #6C6C6C. Windows color (decimal): -11175572 or 7108949. OLE color: 7108949.

HSL color Cylindrical-coordinate representation of color #55796C: hue angle of 158.33º degrees, saturation: 0.17, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #55796C is Cyan = 0.30, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.53.

Color convert

RGB 85 121 108 -
CMYK 0.30 0 0.11 0.53
HSL 158.33º 0.17% 0.4% -
HSV(B) 158.33º 0.3% 0.47% -
XYZ 13.29 16.69 16.71 -
YUV 108.75 127.57 111.06 -
System Red Green Blue C M Y K H S L
Decimal 85 121 108 0.30 0 0.11 0.53 158.33 0.17 0.4
Hex 55 79 6C 1E 0 B 35 9E 11 28
Octal 125 171 154 36 0 13 65 236 21 50
Binary 1010101 1111001 1101100 11110 0 1011 110101 10011110 10001 101000

Color Harmonies of #55796C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55796C

Black with #55796C

Text Example


Text Example

White with #55796C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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