Html Css Color HEX #55887B Cutty Sark

📋 copy color: '#55887B'

red 85 ◦ green 136 ◦ blue 123

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

Shades of Cutty Sark #55887B

Tints of Cutty Sark #55887B

RGB

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

 GREEN value IS 136 (53.52% from 255) = 39.53%

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

R = 24.71%
G = 39.53%
B = 35.76%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.10

 K value IS 0.47

RGB Variations

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

Color information

#55887B (or 0x55887B) is known color: Cutty Sark. HEX triplet: 55, 88 and 7B. RGB value is (85,136,123). Sum of RGB (Red+Green+Blue) = 85+136+123=344 (45% of max value = 765). Red value is 85 (33.59% from 255 or 24.71% from 344); Green value is 136 (53.52% from 255 or 39.53% from 344); Blue value is 123 (48.44% from 255 or 35.76% from 344); Max value from RGB is 136 - color contains mainly: green. Hex color #55887B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #55887B is #AA7784. Grayscale: #777777. Windows color (decimal): -11171717 or 8095829. OLE color: 8095829.

HSL color Cylindrical-coordinate representation of color #55887B: hue angle of 164.71º degrees, saturation: 0.23, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #55887B is Cyan = 0.38, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.47.

Color convert

RGB 85 136 123 -
CMYK 0.38 0 0.10 0.47
HSL 164.71º 0.23% 0.43% -
HSV(B) 164.71º 0.38% 0.53% -
XYZ 16.13 20.97 21.94 -
YUV 119.27 130.1 103.56 -
System Red Green Blue C M Y K H S L
Decimal 85 136 123 0.38 0 0.10 0.47 164.71 0.23 0.43
Hex 55 88 7B 26 0 A 2F A5 17 2B
Octal 125 210 173 46 0 12 57 245 27 53
Binary 1010101 10001000 1111011 100110 0 1010 101111 10100101 10111 101011

Color Harmonies of #55887B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55887B

Black with #55887B

Text Example


Text Example

White with #55887B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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