Html Css Color HEX #55786B Cutty Sark

📋 copy color: '#55786B'

red 85 ◦ green 120 ◦ blue 107

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

Shades of Cutty Sark #55786B

Tints of Cutty Sark #55786B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 34.29%

R = 27.24%
G = 38.46%
B = 34.29%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.11

 K value IS 0.53

RGB Variations

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

Color information

#55786B (or 0x55786B) is known color: Cutty Sark. HEX triplet: 55, 78 and 6B. RGB value is (85,120,107). Sum of RGB (Red+Green+Blue) = 85+120+107=312 (41% of max value = 765). Red value is 85 (33.59% from 255 or 27.24% from 312); Green value is 120 (47.27% from 255 or 38.46% from 312); Blue value is 107 (42.19% from 255 or 34.29% from 312); Max value from RGB is 120 - color contains mainly: green. Hex color #55786B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #55786B is #AA8794. Grayscale: #6C6C6C. Windows color (decimal): -11175829 or 7043157. OLE color: 7043157.

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

Color convert

RGB 85 120 107 -
CMYK 0.29 0 0.11 0.53
HSL 157.71º 0.17% 0.4% -
HSV(B) 157.71º 0.29% 0.47% -
XYZ 13.12 16.43 16.39 -
YUV 108.05 127.4 111.56 -
System Red Green Blue C M Y K H S L
Decimal 85 120 107 0.29 0 0.11 0.53 157.71 0.17 0.4
Hex 55 78 6B 1D 0 B 35 9E 11 28
Octal 125 170 153 35 0 13 65 236 21 50
Binary 1010101 1111000 1101011 11101 0 1011 110101 10011110 10001 101000

Color Harmonies of #55786B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55786B

Black with #55786B

Text Example


Text Example

White with #55786B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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