Html Css Color HEX #56896B Cutty Sark

📋 copy color: '#56896B'

red 86 ◦ green 137 ◦ blue 107

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

Shades of Cutty Sark #56896B

Tints of Cutty Sark #56896B

RGB

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

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

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

R = 26.06%
G = 41.52%
B = 32.42%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.22

 K value IS 0.46

RGB Variations

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

Color information

#56896B (or 0x56896B) is known color: Cutty Sark. HEX triplet: 56, 89 and 6B. RGB value is (86,137,107). Sum of RGB (Red+Green+Blue) = 86+137+107=330 (43% of max value = 765). Red value is 86 (33.98% from 255 or 26.06% from 330); Green value is 137 (53.91% from 255 or 41.52% from 330); Blue value is 107 (42.19% from 255 or 32.42% from 330); Max value from RGB is 137 - color contains mainly: green. Hex color #56896B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #56896B is #A97694. Grayscale: #767676. Windows color (decimal): -11105941 or 7047510. OLE color: 7047510.

HSL color Cylindrical-coordinate representation of color #56896B: hue angle of 144.71º 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 #56896B is Cyan = 0.37, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.46.

Color convert

RGB 86 137 107 -
CMYK 0.37 0 0.22 0.46
HSL 144.71º 0.23% 0.44% -
HSV(B) 144.71º 0.37% 0.54% -
XYZ 15.44 20.93 17.14 -
YUV 118.33 121.6 104.94 -
System Red Green Blue C M Y K H S L
Decimal 86 137 107 0.37 0 0.22 0.46 144.71 0.23 0.44
Hex 56 89 6B 25 0 16 2E 91 17 2C
Octal 126 211 153 45 0 26 56 221 27 54
Binary 1010110 10001001 1101011 100101 0 10110 101110 10010001 10111 101100

Color Harmonies of #56896B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56896B

Black with #56896B

Text Example


Text Example

White with #56896B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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