Html Css Color HEX #56896C Cutty Sark

📋 copy color: '#56896C'

red 86 ◦ green 137 ◦ blue 108

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

Shades of Cutty Sark #56896C

Tints of Cutty Sark #56896C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 32.63%

R = 25.98%
G = 41.39%
B = 32.63%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.21

 K value IS 0.46

RGB Variations

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

Color information

#56896C (or 0x56896C) is known color: Cutty Sark. HEX triplet: 56, 89 and 6C. RGB value is (86,137,108). Sum of RGB (Red+Green+Blue) = 86+137+108=331 (43% of max value = 765). Red value is 86 (33.98% from 255 or 25.98% from 331); Green value is 137 (53.91% from 255 or 41.39% from 331); Blue value is 108 (42.58% from 255 or 32.63% from 331); Max value from RGB is 137 - color contains mainly: green. Hex color #56896C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #56896C is #A97693. Grayscale: #767676. Windows color (decimal): -11105940 or 7113046. OLE color: 7113046.

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

Color convert

RGB 86 137 108 -
CMYK 0.37 0 0.21 0.46
HSL 145.88º 0.23% 0.44% -
HSV(B) 145.88º 0.37% 0.54% -
XYZ 15.49 20.95 17.42 -
YUV 118.45 122.1 104.86 -
System Red Green Blue C M Y K H S L
Decimal 86 137 108 0.37 0 0.21 0.46 145.88 0.23 0.44
Hex 56 89 6C 25 0 15 2E 92 17 2C
Octal 126 211 154 45 0 25 56 222 27 54
Binary 1010110 10001001 1101100 100101 0 10101 101110 10010010 10111 101100

Color Harmonies of #56896C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56896C

Black with #56896C

Text Example


Text Example

White with #56896C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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