Html Css Color HEX #56896D Cutty Sark

📋 copy color: '#56896D'

red 86 ◦ green 137 ◦ blue 109

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

Shades of Cutty Sark #56896D

Tints of Cutty Sark #56896D

RGB

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

 GREEN value IS 137 (53.91% from 255) = 41.27%

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

R = 25.9%
G = 41.27%
B = 32.83%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.20

 K value IS 0.46

RGB Variations

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

Color information

#56896D (or 0x56896D) is known color: Cutty Sark. HEX triplet: 56, 89 and 6D. RGB value is (86,137,109). Sum of RGB (Red+Green+Blue) = 86+137+109=332 (43% of max value = 765). Red value is 86 (33.98% from 255 or 25.90% from 332); Green value is 137 (53.91% from 255 or 41.27% from 332); Blue value is 109 (42.97% from 255 or 32.83% from 332); Max value from RGB is 137 - color contains mainly: green. Hex color #56896D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #56896D is #A97692. Grayscale: #767676. Windows color (decimal): -11105939 or 7178582. OLE color: 7178582.

HSL color Cylindrical-coordinate representation of color #56896D: hue angle of 147.06º degrees, saturation: 0.23, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #56896D is Cyan = 0.37, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.46.

Color convert

RGB 86 137 109 -
CMYK 0.37 0 0.20 0.46
HSL 147.06º 0.23% 0.44% -
HSV(B) 147.06º 0.37% 0.54% -
XYZ 15.54 20.97 17.7 -
YUV 118.56 122.6 104.78 -
System Red Green Blue C M Y K H S L
Decimal 86 137 109 0.37 0 0.20 0.46 147.06 0.23 0.44
Hex 56 89 6D 25 0 14 2E 93 17 2C
Octal 126 211 155 45 0 24 56 223 27 54
Binary 1010110 10001001 1101101 100101 0 10100 101110 10010011 10111 101100

Color Harmonies of #56896D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56896D

Black with #56896D

Text Example


Text Example

White with #56896D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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