#55765F

Color #55765F Como (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Como #55765F

Tints of Como #55765F

Color information

#55765F (or 0x55765F) is unknown color: approx Como. HEX triplet: 55, 76 and 5F. RGB value is (85,118,95). Sum of RGB (Red+Green+Blue) = 85+118+95=298 (39% of max value = 765). Red value is 85 (33.59% from 255 or 28.52% from 298); Green value is 118 (46.48% from 255 or 39.60% from 298); Blue value is 95 (37.5% from 255 or 31.88% from 298); Max value from RGB is 118 - color contains mainly: green. Hex color #55765F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #55765F is #AA89A0. Grayscale: #696969. Windows color (decimal): -11176353 or 6256213. OLE color: 6256213.

HSL color Cylindrical-coordinate representation of color #55765F: hue angle of 138.18º degrees, saturation: 0.16, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #55765F is Cyan = 0.28, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.54.

Color convert

RGB8511895-
CMYK0.2800.190.54
HSL138.18º16.26%39.8%-
HSV(B)138.18º27.97%46.27%-
XYZ12.2915.7113.21-
YUV105.51122.07113.37-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 28.52%
GREEN value IS 118 (46.48% from 255) = 39.60%
BLUE value IS 95 (37.5% from 255) = 31.88%
R=28.52%
G=39.60%
B=31.88%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal85118950.2800.190.54138.1816.2639.8
Hex55765F1C013368a1028
Octal12516613734023662122050
Binary101010111101101011111111000100111101101000101010000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55765F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,118,95); }

 H1.HeaderClassName
 {
   color: #55765F;
 }
 .AnyTagClassName
 {
   color: #55765F;
 }
</style>
background-color css

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

 a { background-color: rgb(85,118,95); }

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

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

 span { border-color: rgb(85,118,95); }

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