Html Css Color HEX #56816A Cutty Sark

📋 copy color: '#56816A'

red 86 ◦ green 129 ◦ blue 106

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

Shades of Cutty Sark #56816A

Tints of Cutty Sark #56816A

RGB

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

 GREEN value IS 129 (50.78% from 255) = 40.19%

 BLUE value IS 106 (41.8% from 255) = 33.02%

R = 26.79%
G = 40.19%
B = 33.02%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.18

 K value IS 0.49

RGB Variations

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

Color information

#56816A (or 0x56816A) is known color: Cutty Sark. HEX triplet: 56, 81 and 6A. RGB value is (86,129,106). Sum of RGB (Red+Green+Blue) = 86+129+106=321 (42% of max value = 765). Red value is 86 (33.98% from 255 or 26.79% from 321); Green value is 129 (50.78% from 255 or 40.19% from 321); Blue value is 106 (41.80% from 255 or 33.02% from 321); Max value from RGB is 129 - color contains mainly: green. Hex color #56816A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #56816A is #A97E95. Grayscale: #717171. Windows color (decimal): -11107990 or 6979926. OLE color: 6979926.

HSL color Cylindrical-coordinate representation of color #56816A: hue angle of 147.91º degrees, saturation: 0.2, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #56816A is Cyan = 0.33, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.49.

Color convert

RGB 86 129 106 -
CMYK 0.33 0 0.18 0.49
HSL 147.91º 0.2% 0.42% -
HSV(B) 147.91º 0.33% 0.51% -
XYZ 14.29 18.72 16.5 -
YUV 113.52 123.75 108.37 -
System Red Green Blue C M Y K H S L
Decimal 86 129 106 0.33 0 0.18 0.49 147.91 0.2 0.42
Hex 56 81 6A 21 0 12 31 94 14 2A
Octal 126 201 152 41 0 22 61 224 24 52
Binary 1010110 10000001 1101010 100001 0 10010 110001 10010100 10100 101010

Color Harmonies of #56816A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56816A

Black with #56816A

Text Example


Text Example

White with #56816A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #56816A; }

 p { color: rgb(86,129,106); }

 H1.HeaderClassName
 {
   color: #56816A;
 }
 .AnyTagClassName
 {
   color: #56816A;
 }
</style>

background-color css

<style>
 a { background-color: #56816A; }

 a { background-color: rgb(86,129,106); }

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

border-color css

<style>
 span { border-color: #56816A; }

 span { border-color: rgb(86,129,106); }

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