Html Css Color HEX #55856E Cutty Sark

📋 copy color: '#55856E'

red 85 ◦ green 133 ◦ blue 110

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

Shades of Cutty Sark #55856E

Tints of Cutty Sark #55856E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 33.54%

R = 25.91%
G = 40.55%
B = 33.54%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.17

 K value IS 0.48

RGB Variations

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

Color information

#55856E (or 0x55856E) is known color: Cutty Sark. HEX triplet: 55, 85 and 6E. RGB value is (85,133,110). Sum of RGB (Red+Green+Blue) = 85+133+110=328 (43% of max value = 765). Red value is 85 (33.59% from 255 or 25.91% from 328); Green value is 133 (52.34% from 255 or 40.55% from 328); Blue value is 110 (43.36% from 255 or 33.54% from 328); Max value from RGB is 133 - color contains mainly: green. Hex color #55856E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #55856E is #AA7A91. Grayscale: #747474. Windows color (decimal): -11172498 or 7243093. OLE color: 7243093.

HSL color Cylindrical-coordinate representation of color #55856E: hue angle of 151.25º 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 #55856E is Cyan = 0.36, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.48.

Color convert

RGB 85 133 110 -
CMYK 0.36 0 0.17 0.48
HSL 151.25º 0.22% 0.43% -
HSV(B) 151.25º 0.36% 0.52% -
XYZ 14.95 19.83 17.79 -
YUV 116.03 124.6 105.87 -
System Red Green Blue C M Y K H S L
Decimal 85 133 110 0.36 0 0.17 0.48 151.25 0.22 0.43
Hex 55 85 6E 24 0 11 30 97 16 2B
Octal 125 205 156 44 0 21 60 227 26 53
Binary 1010101 10000101 1101110 100100 0 10001 110000 10010111 10110 101011

Color Harmonies of #55856E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55856E

Black with #55856E

Text Example


Text Example

White with #55856E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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