Html Css Color HEX #56816B Cutty Sark

📋 copy color: '#56816B'

red 86 ◦ green 129 ◦ blue 107

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

Shades of Cutty Sark #56816B

Tints of Cutty Sark #56816B

RGB

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

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

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

R = 26.71%
G = 40.06%
B = 33.23%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.17

 K value IS 0.49

RGB Variations

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

Color information

#56816B (or 0x56816B) is known color: Cutty Sark. HEX triplet: 56, 81 and 6B. RGB value is (86,129,107). Sum of RGB (Red+Green+Blue) = 86+129+107=322 (42% of max value = 765). Red value is 86 (33.98% from 255 or 26.71% from 322); Green value is 129 (50.78% from 255 or 40.06% from 322); Blue value is 107 (42.19% from 255 or 33.23% from 322); Max value from RGB is 129 - color contains mainly: green. Hex color #56816B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #56816B is #A97E94. Grayscale: #717171. Windows color (decimal): -11107989 or 7045462. OLE color: 7045462.

HSL color Cylindrical-coordinate representation of color #56816B: hue angle of 149.3º 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 #56816B is Cyan = 0.33, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.49.

Color convert

RGB 86 129 107 -
CMYK 0.33 0 0.17 0.49
HSL 149.3º 0.2% 0.42% -
HSV(B) 149.3º 0.33% 0.51% -
XYZ 14.34 18.74 16.77 -
YUV 113.64 124.25 108.29 -
System Red Green Blue C M Y K H S L
Decimal 86 129 107 0.33 0 0.17 0.49 149.3 0.2 0.42
Hex 56 81 6B 21 0 11 31 95 14 2A
Octal 126 201 153 41 0 21 61 225 24 52
Binary 1010110 10000001 1101011 100001 0 10001 110001 10010101 10100 101010

Color Harmonies of #56816B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56816B

Black with #56816B

Text Example


Text Example

White with #56816B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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