#547A63

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

Shades of Como #547A63

Tints of Como #547A63

Color information

#547A63 (or 0x547A63) is unknown color: approx Como. HEX triplet: 54, 7A and 63. RGB value is (84,122,99). Sum of RGB (Red+Green+Blue) = 84+122+99=305 (40% of max value = 765). Red value is 84 (33.20% from 255 or 27.54% from 305); Green value is 122 (48.05% from 255 or 40% from 305); Blue value is 99 (39.06% from 255 or 32.46% from 305); Max value from RGB is 122 - color contains mainly: green. Hex color #547A63 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #547A63 is #AB859C. Grayscale: #6C6C6C. Windows color (decimal): -11240861 or 6519380. OLE color: 6519380.

HSL color Cylindrical-coordinate representation of color #547A63: hue angle of 143.68º degrees, saturation: 0.18, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #547A63 is Cyan = 0.31, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.52.

Color convert

RGB8412299-
CMYK0.3100.190.52
HSL143.68º18.45%40.39%-
HSV(B)143.68º31.15%47.84%-
XYZ12.8716.714.35-
YUV108.02122.91110.87-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 27.54%
GREEN value IS 122 (48.05% from 255) = 40%
BLUE value IS 99 (39.06% from 255) = 32.46%
R=27.54%
G=40%
B=32.46%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal84122990.3100.190.52143.6818.4540.39
Hex547A631F01334901228
Octal12417214337023642202250
Binary101010011110101100011111110100111101001001000010010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #547A63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #547A63; }

 p { color: rgb(84,122,99); }

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

<style>
 a { background-color: #547A63; }

 a { background-color: rgb(84,122,99); }

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

<style>
 span { border-color: #547A63; }

 span { border-color: rgb(84,122,99); }

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