#54765E

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

Shades of Como #54765E

Tints of Como #54765E

Color information

#54765E (or 0x54765E) is unknown color: approx Como. HEX triplet: 54, 76 and 5E. RGB value is (84,118,94). Sum of RGB (Red+Green+Blue) = 84+118+94=296 (39% of max value = 765). Red value is 84 (33.20% from 255 or 28.38% from 296); Green value is 118 (46.48% from 255 or 39.86% from 296); Blue value is 94 (37.11% from 255 or 31.76% from 296); Max value from RGB is 118 - color contains mainly: green. Hex color #54765E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #54765E is #AB89A1. Grayscale: #696969. Windows color (decimal): -11241890 or 6190676. OLE color: 6190676.

HSL color Cylindrical-coordinate representation of color #54765E: hue angle of 137.65º degrees, saturation: 0.17, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #54765E is Cyan = 0.29, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.54.

Color convert

RGB8411894-
CMYK0.2900.200.54
HSL137.65º16.83%39.61%-
HSV(B)137.65º28.81%46.27%-
XYZ12.1515.6512.97-
YUV105.1121.74112.95-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 28.38%
GREEN value IS 118 (46.48% from 255) = 39.86%
BLUE value IS 94 (37.11% from 255) = 31.76%
R=28.38%
G=39.86%
B=31.76%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal84118940.2900.200.54137.6516.8339.61
Hex54765E1D014368a1128
Octal12416613635024662122150
Binary101010011101101011110111010101001101101000101010001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54765E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,118,94); }

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

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

 a { background-color: rgb(84,118,94); }

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

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

 span { border-color: rgb(84,118,94); }

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