Html Css Color HEX #55856D Cutty Sark

📋 copy color: '#55856D'

red 85 ◦ green 133 ◦ blue 109

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

Shades of Cutty Sark #55856D

Tints of Cutty Sark #55856D

RGB

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

 GREEN value IS 133 (52.34% from 255) = 40.67%

 BLUE value IS 109 (42.97% from 255) = 33.33%

R = 25.99%
G = 40.67%
B = 33.33%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.18

 K value IS 0.48

RGB Variations

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

Color information

#55856D (or 0x55856D) is known color: Cutty Sark. HEX triplet: 55, 85 and 6D. RGB value is (85,133,109). Sum of RGB (Red+Green+Blue) = 85+133+109=327 (43% of max value = 765). Red value is 85 (33.59% from 255 or 25.99% from 327); Green value is 133 (52.34% from 255 or 40.67% from 327); Blue value is 109 (42.97% from 255 or 33.33% from 327); Max value from RGB is 133 - color contains mainly: green. Hex color #55856D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #55856D is #AA7A92. Grayscale: #737373. Windows color (decimal): -11172499 or 7177557. OLE color: 7177557.

HSL color Cylindrical-coordinate representation of color #55856D: hue angle of 150º degrees, saturation: 0.22, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #55856D is Cyan = 0.36, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.48.

Color convert

RGB 85 133 109 -
CMYK 0.36 0 0.18 0.48
HSL 150º 0.22% 0.43% -
HSV(B) 150º 0.36% 0.52% -
XYZ 14.89 19.81 17.51 -
YUV 115.91 124.1 105.95 -
System Red Green Blue C M Y K H S L
Decimal 85 133 109 0.36 0 0.18 0.48 150 0.22 0.43
Hex 55 85 6D 24 0 12 30 96 16 2B
Octal 125 205 155 44 0 22 60 226 26 53
Binary 1010101 10000101 1101101 100100 0 10010 110000 10010110 10110 101011

Color Harmonies of #55856D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55856D

Black with #55856D

Text Example


Text Example

White with #55856D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #55856D; }

 p { color: rgb(85,133,109); }

 H1.HeaderClassName
 {
   color: #55856D;
 }
 .AnyTagClassName
 {
   color: #55856D;
 }
</style>

background-color css

<style>
 a { background-color: #55856D; }

 a { background-color: rgb(85,133,109); }

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

border-color css

<style>
 span { border-color: #55856D; }

 span { border-color: rgb(85,133,109); }

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