#54865F

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

Shades of Como #54865F

Tints of Como #54865F

Color information

#54865F (or 0x54865F) is unknown color: approx Como. HEX triplet: 54, 86 and 5F. RGB value is (84,134,95). Sum of RGB (Red+Green+Blue) = 84+134+95=313 (41% of max value = 765). Red value is 84 (33.20% from 255 or 26.84% from 313); Green value is 134 (52.73% from 255 or 42.81% from 313); Blue value is 95 (37.5% from 255 or 30.35% from 313); Max value from RGB is 134 - color contains mainly: green. Hex color #54865F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #54865F is #AB79A0. Grayscale: #727272. Windows color (decimal): -11237793 or 6260308. OLE color: 6260308.

HSL color Cylindrical-coordinate representation of color #54865F: hue angle of 133.2º degrees, saturation: 0.23, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #54865F is Cyan = 0.37, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.47.

Color convert

RGB8413495-
CMYK0.3700.290.47
HSL133.2º22.94%42.75%-
HSV(B)133.2º37.31%52.55%-
XYZ14.2519.7613.89-
YUV114.6116.94106.17-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 26.84%
GREEN value IS 134 (52.73% from 255) = 42.81%
BLUE value IS 95 (37.5% from 255) = 30.35%
R=26.84%
G=42.81%
B=30.35%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal84134950.3700.290.47133.222.9442.75
Hex54865F2501D2F85172b
Octal12420613745035572052753
Binary10101001000011010111111001010111011011111000010110111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54865F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,134,95); }

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

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

 a { background-color: rgb(84,134,95); }

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

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

 span { border-color: rgb(84,134,95); }

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