Html Css Color HEX #56846D Cutty Sark

📋 copy color: '#56846D'

red 86 ◦ green 132 ◦ blue 109

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

Shades of Cutty Sark #56846D

Tints of Cutty Sark #56846D

RGB

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

 GREEN value IS 132 (51.95% from 255) = 40.37%

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

R = 26.3%
G = 40.37%
B = 33.33%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.17

 K value IS 0.48

RGB Variations

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

Color information

#56846D (or 0x56846D) is known color: Cutty Sark. HEX triplet: 56, 84 and 6D. RGB value is (86,132,109). Sum of RGB (Red+Green+Blue) = 86+132+109=327 (43% of max value = 765). Red value is 86 (33.98% from 255 or 26.30% from 327); Green value is 132 (51.95% from 255 or 40.37% from 327); Blue value is 109 (42.97% from 255 or 33.33% from 327); Max value from RGB is 132 - color contains mainly: green. Hex color #56846D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #56846D is #A97B92. Grayscale: #737373. Windows color (decimal): -11107219 or 7177302. OLE color: 7177302.

HSL color Cylindrical-coordinate representation of color #56846D: hue angle of 150º degrees, saturation: 0.21, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #56846D is Cyan = 0.35, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.48.

Color convert

RGB 86 132 109 -
CMYK 0.35 0 0.17 0.48
HSL 150º 0.21% 0.43% -
HSV(B) 150º 0.35% 0.52% -
XYZ 14.85 19.59 17.47 -
YUV 115.62 124.26 106.87 -
System Red Green Blue C M Y K H S L
Decimal 86 132 109 0.35 0 0.17 0.48 150 0.21 0.43
Hex 56 84 6D 23 0 11 30 96 15 2B
Octal 126 204 155 43 0 21 60 226 25 53
Binary 1010110 10000100 1101101 100011 0 10001 110000 10010110 10101 101011

Color Harmonies of #56846D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56846D

Black with #56846D

Text Example


Text Example

White with #56846D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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