Html Css Color HEX #55897B Cutty Sark

📋 copy color: '#55897B'

red 85 ◦ green 137 ◦ blue 123

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

Shades of Cutty Sark #55897B

Tints of Cutty Sark #55897B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 35.65%

R = 24.64%
G = 39.71%
B = 35.65%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.10

 K value IS 0.46

RGB Variations

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

Color information

#55897B (or 0x55897B) is known color: Cutty Sark. HEX triplet: 55, 89 and 7B. RGB value is (85,137,123). Sum of RGB (Red+Green+Blue) = 85+137+123=345 (45% of max value = 765). Red value is 85 (33.59% from 255 or 24.64% from 345); Green value is 137 (53.91% from 255 or 39.71% from 345); Blue value is 123 (48.44% from 255 or 35.65% from 345); Max value from RGB is 137 - color contains mainly: green. Hex color #55897B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #55897B is #AA7684. Grayscale: #777777. Windows color (decimal): -11171461 or 8096085. OLE color: 8096085.

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

Color convert

RGB 85 137 123 -
CMYK 0.38 0 0.10 0.46
HSL 163.85º 0.23% 0.44% -
HSV(B) 163.85º 0.38% 0.54% -
XYZ 16.27 21.25 21.98 -
YUV 119.86 129.77 103.14 -
System Red Green Blue C M Y K H S L
Decimal 85 137 123 0.38 0 0.10 0.46 163.85 0.23 0.44
Hex 55 89 7B 26 0 A 2E A4 17 2C
Octal 125 211 173 46 0 12 56 244 27 54
Binary 1010101 10001001 1111011 100110 0 1010 101110 10100100 10111 101100

Color Harmonies of #55897B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55897B

Black with #55897B

Text Example


Text Example

White with #55897B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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