Html Css Color HEX #55896B Cutty Sark

📋 copy color: '#55896B'

red 85 ◦ green 137 ◦ blue 107

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

Shades of Cutty Sark #55896B

Tints of Cutty Sark #55896B

RGB

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

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

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

R = 25.84%
G = 41.64%
B = 32.52%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.22

 K value IS 0.46

RGB Variations

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

Color information

#55896B (or 0x55896B) is known color: Cutty Sark. HEX triplet: 55, 89 and 6B. RGB value is (85,137,107). Sum of RGB (Red+Green+Blue) = 85+137+107=329 (43% of max value = 765). Red value is 85 (33.59% from 255 or 25.84% from 329); Green value is 137 (53.91% from 255 or 41.64% from 329); Blue value is 107 (42.19% from 255 or 32.52% from 329); Max value from RGB is 137 - color contains mainly: green. Hex color #55896B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #55896B is #AA7694. Grayscale: #767676. Windows color (decimal): -11171477 or 7047509. OLE color: 7047509.

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

Color convert

RGB 85 137 107 -
CMYK 0.38 0 0.22 0.46
HSL 145.38º 0.23% 0.44% -
HSV(B) 145.38º 0.38% 0.54% -
XYZ 15.35 20.88 17.13 -
YUV 118.03 121.77 104.44 -
System Red Green Blue C M Y K H S L
Decimal 85 137 107 0.38 0 0.22 0.46 145.38 0.23 0.44
Hex 55 89 6B 26 0 16 2E 91 17 2C
Octal 125 211 153 46 0 26 56 221 27 54
Binary 1010101 10001001 1101011 100110 0 10110 101110 10010001 10111 101100

Color Harmonies of #55896B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55896B

Black with #55896B

Text Example


Text Example

White with #55896B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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