Html Css Color HEX #56846B Cutty Sark

📋 copy color: '#56846B'

red 86 ◦ green 132 ◦ blue 107

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

Shades of Cutty Sark #56846B

Tints of Cutty Sark #56846B

RGB

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

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

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

R = 26.46%
G = 40.62%
B = 32.92%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.19

 K value IS 0.48

RGB Variations

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

Color information

#56846B (or 0x56846B) is known color: Cutty Sark. HEX triplet: 56, 84 and 6B. RGB value is (86,132,107). Sum of RGB (Red+Green+Blue) = 86+132+107=325 (43% of max value = 765). Red value is 86 (33.98% from 255 or 26.46% from 325); Green value is 132 (51.95% from 255 or 40.62% from 325); Blue value is 107 (42.19% from 255 or 32.92% from 325); Max value from RGB is 132 - color contains mainly: green. Hex color #56846B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #56846B is #A97B94. Grayscale: #737373. Windows color (decimal): -11107221 or 7046230. OLE color: 7046230.

HSL color Cylindrical-coordinate representation of color #56846B: hue angle of 147.39º 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 #56846B is Cyan = 0.35, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.48.

Color convert

RGB 86 132 107 -
CMYK 0.35 0 0.19 0.48
HSL 147.39º 0.21% 0.43% -
HSV(B) 147.39º 0.35% 0.52% -
XYZ 14.74 19.54 16.9 -
YUV 115.4 123.26 107.03 -
System Red Green Blue C M Y K H S L
Decimal 86 132 107 0.35 0 0.19 0.48 147.39 0.21 0.43
Hex 56 84 6B 23 0 13 30 93 15 2B
Octal 126 204 153 43 0 23 60 223 25 53
Binary 1010110 10000100 1101011 100011 0 10011 110000 10010011 10101 101011

Color Harmonies of #56846B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56846B

Black with #56846B

Text Example


Text Example

White with #56846B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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