Html Css Color HEX #55866B Cutty Sark

📋 copy color: '#55866B'

red 85 ◦ green 134 ◦ blue 107

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

Shades of Cutty Sark #55866B

Tints of Cutty Sark #55866B

RGB

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

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

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

R = 26.07%
G = 41.1%
B = 32.82%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.20

 K value IS 0.47

RGB Variations

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

Color information

#55866B (or 0x55866B) is known color: Cutty Sark. HEX triplet: 55, 86 and 6B. RGB value is (85,134,107). Sum of RGB (Red+Green+Blue) = 85+134+107=326 (43% of max value = 765). Red value is 85 (33.59% from 255 or 26.07% from 326); Green value is 134 (52.73% from 255 or 41.10% from 326); Blue value is 107 (42.19% from 255 or 32.82% from 326); Max value from RGB is 134 - color contains mainly: green. Hex color #55866B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #55866B is #AA7994. Grayscale: #747474. Windows color (decimal): -11172245 or 7046741. OLE color: 7046741.

HSL color Cylindrical-coordinate representation of color #55866B: hue angle of 146.94º 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 #55866B is Cyan = 0.37, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.47.

Color convert

RGB 85 134 107 -
CMYK 0.37 0 0.20 0.47
HSL 146.94º 0.22% 0.43% -
HSV(B) 146.94º 0.37% 0.53% -
XYZ 14.93 20.04 16.99 -
YUV 116.27 122.77 105.7 -
System Red Green Blue C M Y K H S L
Decimal 85 134 107 0.37 0 0.20 0.47 146.94 0.22 0.43
Hex 55 86 6B 25 0 14 2F 93 16 2B
Octal 125 206 153 45 0 24 57 223 26 53
Binary 1010101 10000110 1101011 100101 0 10100 101111 10010011 10110 101011

Color Harmonies of #55866B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55866B

Black with #55866B

Text Example


Text Example

White with #55866B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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