Html Css Color HEX #56796C Cutty Sark

📋 copy color: '#56796C'

red 86 ◦ green 121 ◦ blue 108

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

Shades of Cutty Sark #56796C

Tints of Cutty Sark #56796C

RGB

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

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

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

R = 27.3%
G = 38.41%
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

#56796C (or 0x56796C) is known color: Cutty Sark. HEX triplet: 56, 79 and 6C. RGB value is (86,121,108). Sum of RGB (Red+Green+Blue) = 86+121+108=315 (41% of max value = 765). Red value is 86 (33.98% from 255 or 27.30% from 315); Green value is 121 (47.66% from 255 or 38.41% from 315); Blue value is 108 (42.58% from 255 or 34.29% from 315); Max value from RGB is 121 - color contains mainly: green. Hex color #56796C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #56796C is #A98693. Grayscale: #6D6D6D. Windows color (decimal): -11110036 or 7108950. OLE color: 7108950.

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

Color convert

RGB 86 121 108 -
CMYK 0.29 0 0.11 0.53
HSL 157.71º 0.17% 0.41% -
HSV(B) 157.71º 0.29% 0.47% -
XYZ 13.38 16.74 16.71 -
YUV 109.05 127.4 111.56 -
System Red Green Blue C M Y K H S L
Decimal 86 121 108 0.29 0 0.11 0.53 157.71 0.17 0.41
Hex 56 79 6C 1D 0 B 35 9E 11 29
Octal 126 171 154 35 0 13 65 236 21 51
Binary 1010110 1111001 1101100 11101 0 1011 110101 10011110 10001 101001

Color Harmonies of #56796C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56796C

Black with #56796C

Text Example


Text Example

White with #56796C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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