#54765B

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

Shades of Como #54765B

Tints of Como #54765B

Color information

#54765B (or 0x54765B) is unknown color: approx Como. HEX triplet: 54, 76 and 5B. RGB value is (84,118,91). Sum of RGB (Red+Green+Blue) = 84+118+91=293 (38% of max value = 765). Red value is 84 (33.20% from 255 or 28.67% from 293); Green value is 118 (46.48% from 255 or 40.27% from 293); Blue value is 91 (35.94% from 255 or 31.06% from 293); Max value from RGB is 118 - color contains mainly: green. Hex color #54765B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #54765B is #AB89A4. Grayscale: #686868. Windows color (decimal): -11241893 or 5994068. OLE color: 5994068.

HSL color Cylindrical-coordinate representation of color #54765B: hue angle of 132.35º 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 #54765B is Cyan = 0.29, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.54.

Color convert

RGB8411891-
CMYK0.2900.230.54
HSL132.35º16.83%39.61%-
HSV(B)132.35º28.81%46.27%-
XYZ12.0215.612.27-
YUV104.76120.24113.2-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 28.67%
GREEN value IS 118 (46.48% from 255) = 40.27%
BLUE value IS 91 (35.94% from 255) = 31.06%
R=28.67%
G=40.27%
B=31.06%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal84118910.2900.230.54132.3516.8339.61
Hex54765B1D01736841128
Octal12416613335027662042150
Binary101010011101101011011111010101111101101000010010001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54765B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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