Html Css Color HEX #56796D Cutty Sark

📋 copy color: '#56796D'

red 86 ◦ green 121 ◦ blue 109

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

Shades of Cutty Sark #56796D

Tints of Cutty Sark #56796D

RGB

 RED value IS 86 (33.98% from 255) = 27.22%

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

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

R = 27.22%
G = 38.29%
B = 34.49%

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

#56796D (or 0x56796D) is known color: Cutty Sark. HEX triplet: 56, 79 and 6D. RGB value is (86,121,109). Sum of RGB (Red+Green+Blue) = 86+121+109=316 (41% of max value = 765). Red value is 86 (33.98% from 255 or 27.22% from 316); Green value is 121 (47.66% from 255 or 38.29% from 316); Blue value is 109 (42.97% from 255 or 34.49% from 316); Max value from RGB is 121 - color contains mainly: green. Hex color #56796D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #56796D is #A98692. Grayscale: #6D6D6D. Windows color (decimal): -11110035 or 7174486. OLE color: 7174486.

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

Color convert

RGB 86 121 109 -
CMYK 0.29 0 0.10 0.53
HSL 159.43º 0.17% 0.41% -
HSV(B) 159.43º 0.29% 0.47% -
XYZ 13.44 16.76 16.99 -
YUV 109.17 127.9 111.48 -
System Red Green Blue C M Y K H S L
Decimal 86 121 109 0.29 0 0.10 0.53 159.43 0.17 0.41
Hex 56 79 6D 1D 0 A 35 9F 11 29
Octal 126 171 155 35 0 12 65 237 21 51
Binary 1010110 1111001 1101101 11101 0 1010 110101 10011111 10001 101001

Color Harmonies of #56796D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56796D

Black with #56796D

Text Example


Text Example

White with #56796D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(86,121,109); }

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

background-color css

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

 a { background-color: rgb(86,121,109); }

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

border-color css

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

 span { border-color: rgb(86,121,109); }

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