Html Css Color HEX #55866A Cutty Sark

📋 copy color: '#55866A'

red 85 ◦ green 134 ◦ blue 106

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

Shades of Cutty Sark #55866A

Tints of Cutty Sark #55866A

RGB

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

 GREEN value IS 134 (52.73% from 255) = 41.23%

 BLUE value IS 106 (41.8% from 255) = 32.62%

R = 26.15%
G = 41.23%
B = 32.62%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.21

 K value IS 0.47

RGB Variations

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

Color information

#55866A (or 0x55866A) is known color: Cutty Sark. HEX triplet: 55, 86 and 6A. RGB value is (85,134,106). Sum of RGB (Red+Green+Blue) = 85+134+106=325 (43% of max value = 765). Red value is 85 (33.59% from 255 or 26.15% from 325); Green value is 134 (52.73% from 255 or 41.23% from 325); Blue value is 106 (41.80% from 255 or 32.62% from 325); Max value from RGB is 134 - color contains mainly: green. Hex color #55866A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #55866A is #AA7995. Grayscale: #747474. Windows color (decimal): -11172246 or 6981205. OLE color: 6981205.

HSL color Cylindrical-coordinate representation of color #55866A: hue angle of 145.71º degrees, saturation: 0.22, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #55866A is Cyan = 0.37, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.47.

Color convert

RGB 85 134 106 -
CMYK 0.37 0 0.21 0.47
HSL 145.71º 0.22% 0.43% -
HSV(B) 145.71º 0.37% 0.53% -
XYZ 14.87 20.02 16.72 -
YUV 116.16 122.27 105.78 -
System Red Green Blue C M Y K H S L
Decimal 85 134 106 0.37 0 0.21 0.47 145.71 0.22 0.43
Hex 55 86 6A 25 0 15 2F 92 16 2B
Octal 125 206 152 45 0 25 57 222 26 53
Binary 1010101 10000110 1101010 100101 0 10101 101111 10010010 10110 101011

Color Harmonies of #55866A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55866A

Black with #55866A

Text Example


Text Example

White with #55866A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #55866A; }

 p { color: rgb(85,134,106); }

 H1.HeaderClassName
 {
   color: #55866A;
 }
 .AnyTagClassName
 {
   color: #55866A;
 }
</style>

background-color css

<style>
 a { background-color: #55866A; }

 a { background-color: rgb(85,134,106); }

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

border-color css

<style>
 span { border-color: #55866A; }

 span { border-color: rgb(85,134,106); }

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