Html Css Color HEX #55866F Cutty Sark

📋 copy color: '#55866F'

red 85 ◦ green 134 ◦ blue 111

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

Shades of Cutty Sark #55866F

Tints of Cutty Sark #55866F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 33.64%

R = 25.76%
G = 40.61%
B = 33.64%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.17

 K value IS 0.47

RGB Variations

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

Color information

#55866F (or 0x55866F) is known color: Cutty Sark. HEX triplet: 55, 86 and 6F. RGB value is (85,134,111). Sum of RGB (Red+Green+Blue) = 85+134+111=330 (43% of max value = 765). Red value is 85 (33.59% from 255 or 25.76% from 330); Green value is 134 (52.73% from 255 or 40.61% from 330); Blue value is 111 (43.75% from 255 or 33.64% from 330); Max value from RGB is 134 - color contains mainly: green. Hex color #55866F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #55866F is #AA7990. Grayscale: #747474. Windows color (decimal): -11172241 or 7308885. OLE color: 7308885.

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

Color convert

RGB 85 134 111 -
CMYK 0.37 0 0.17 0.47
HSL 151.84º 0.22% 0.43% -
HSV(B) 151.84º 0.37% 0.53% -
XYZ 15.14 20.13 18.13 -
YUV 116.73 124.77 105.37 -
System Red Green Blue C M Y K H S L
Decimal 85 134 111 0.37 0 0.17 0.47 151.84 0.22 0.43
Hex 55 86 6F 25 0 11 2F 98 16 2B
Octal 125 206 157 45 0 21 57 230 26 53
Binary 1010101 10000110 1101111 100101 0 10001 101111 10011000 10110 101011

Color Harmonies of #55866F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55866F

Black with #55866F

Text Example


Text Example

White with #55866F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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