Html Css Color HEX #55896D Cutty Sark

📋 copy color: '#55896D'

red 85 ◦ green 137 ◦ blue 109

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

Shades of Cutty Sark #55896D

Tints of Cutty Sark #55896D

RGB

 RED value IS 85 (33.59% from 255) = 25.68%

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

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

R = 25.68%
G = 41.39%
B = 32.93%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.20

 K value IS 0.46

RGB Variations

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

Color information

#55896D (or 0x55896D) is known color: Cutty Sark. HEX triplet: 55, 89 and 6D. RGB value is (85,137,109). Sum of RGB (Red+Green+Blue) = 85+137+109=331 (43% of max value = 765). Red value is 85 (33.59% from 255 or 25.68% from 331); Green value is 137 (53.91% from 255 or 41.39% from 331); Blue value is 109 (42.97% from 255 or 32.93% from 331); Max value from RGB is 137 - color contains mainly: green. Hex color #55896D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #55896D is #AA7692. Grayscale: #767676. Windows color (decimal): -11171475 or 7178581. OLE color: 7178581.

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

Color convert

RGB 85 137 109 -
CMYK 0.38 0 0.20 0.46
HSL 147.69º 0.23% 0.44% -
HSV(B) 147.69º 0.38% 0.54% -
XYZ 15.45 20.93 17.69 -
YUV 118.26 122.77 104.28 -
System Red Green Blue C M Y K H S L
Decimal 85 137 109 0.38 0 0.20 0.46 147.69 0.23 0.44
Hex 55 89 6D 26 0 14 2E 94 17 2C
Octal 125 211 155 46 0 24 56 224 27 54
Binary 1010101 10001001 1101101 100110 0 10100 101110 10010100 10111 101100

Color Harmonies of #55896D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55896D

Black with #55896D

Text Example


Text Example

White with #55896D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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